Re: [GSoC PATCH v5 5/5] repo: add the --format flag
From: Eric Sunshine <hidden>
Date: 2025-07-29 00:39:15
From: Eric Sunshine <hidden>
Date: 2025-07-29 00:39:15
On Mon, Jul 28, 2025 at 8:27 PM Eric Sunshine [off-list ref] wrote:
Taking the above into consideration, the recommendation for Lucas
would, therefore, be:
printf "%s\0" $expected_value >expected &&
Of course, I accidentally forgot the quotes around the variable
expansion. I should have said:
printf "%s\0" "$expected_value" >expected &&