Skip to content

Commit

Permalink
Merge branch 'dk/test-aggregate-results-paste-fix' into seen
Browse files Browse the repository at this point in the history
* dk/test-aggregate-results-paste-fix:
  t/aggregate-results: fix paste(1) invocation
  • Loading branch information
gitster committed Feb 24, 2025
2 parents 5aa06b4 + ce98863 commit a4df38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/aggregate-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ then
tr -s "," "\n" |
grep -v '^$' |
sort -u |
paste -s -d ' ')
paste -s -d ' ' -)
if test -n "$unique_missing_prereq"
then
printf "\nmissing prereq: $unique_missing_prereq\n\n"
Expand Down

0 comments on commit a4df38f

Please sign in to comment.