From 9534c0578fb0836d0cb0a522b5cb520b619a81b4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 2 Oct 2021 20:07:51 -0300 Subject: aux/ci/report.sh: Use { cmd1; cmd2; } > OUT pattern (ShellCheck offense) --- aux/ci/report.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'aux') diff --git a/aux/ci/report.sh b/aux/ci/report.sh index a812d86..e900e26 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -45,7 +45,8 @@ for c in $(git notes list | cut -d\ -f2); do > "$OUTDIR/ci-logs/$FILENAME" done -cat <> "$OUT" +{ + cat < @@ -57,9 +58,9 @@ cat <> "$OUT" EOF -cat aux/workflow/style.css >> "$OUT" + cat aux/workflow/style.css -cat <> "$OUT" + cat < pre { @@ -78,6 +79,7 @@ cat <> "$OUT"
    EOF +} > "$OUT" for f in $(find "$OUTDIR/ci-data/" -type f | LANG=C.UTF-8 sort -r); do DATA="$(cat "$f")" -- cgit v1.2.3