Oswald Buddenhagen <oswald.buddenhagen@xxxxxx> writes: > just some nits: > > On Thu, Oct 10, 2024 at 02:11:53PM -0700, Josh Steadmon wrote: >>+++ b/ci/run-build-and-minimal-fuzzers.sh >>+fuzzers=" >>+commit-graph \ >>... >>+pack-idx \ >>+" > the trailing space-backslashes can be left out, which would make the > code less noisy. then the variable would contain linebreaks instead of > spaces, which the for loop would be just fine with (as $IFS contains > LF). Perfect. Thanks.