From: Jacob Keller Date: Thu, 13 Nov 2014 18:35:05 +0000 (-0800) Subject: TRIVIAL: fix spacing issue in aiaiai-test-patchset X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8ea3b501e2be6eca7337fe76dc0a60dfaee51bcb;p=users%2Fdedekind%2Faiaiai.git TRIVIAL: fix spacing issue in aiaiai-test-patchset Signed-off-by: Jacob Keller --- diff --git a/aiaiai-test-patchset b/aiaiai-test-patchset index 2fcb519..bfc8dbb 100755 --- a/aiaiai-test-patchset +++ b/aiaiai-test-patchset @@ -246,7 +246,7 @@ test_configuration() verbose "Done with patched kernel" aiaiai-diff-log $verbose $preserve "$tmpdir/diff-for-diff-log" "$log1.stderr.log" \ - -w "$tmpdir" "$log2.stderr.log" > "$tmpdir/$config.stderr.diff" + -w "$tmpdir" "$log2.stderr.log" > "$tmpdir/$config.stderr.diff" if [ -n "$preserve" ]; then message "Preserving objdirs: $obj1 $obj2" @@ -269,9 +269,9 @@ cleanup_handler() # Just in case we were interrupted, kill all our children local child - for child in $(ps -o pid --no-headers --ppid "$$"); do + for child in $(ps -o pid --no-headers --ppid "$$"); do kill "$child" > /dev/null 2>&1 ||: - done + done } set_cleanup_handler cleanup_handler