diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-12-08 15:15:20 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-12-08 15:17:22 +0200 |
commit | da264f7c766b332f596a92766f7625c4a17abf70 (patch) | |
tree | 3eca402830b0e583e51b23a64fe9f90df74b98fb /scripts/test | |
parent | 59001a69c96a2f14821d312b10482c0854c6d7dd (diff) | |
download | tor-da264f7c766b332f596a92766f7625c4a17abf70.tar.gz tor-da264f7c766b332f596a92766f7625c4a17abf70.zip |
Let's not double-quote OUTPUTARG after all
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test/scan-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/scan-build.sh b/scripts/test/scan-build.sh index 9a63383804..26e05ff101 100755 --- a/scripts/test/scan-build.sh +++ b/scripts/test/scan-build.sh @@ -72,7 +72,7 @@ scan-build \ # shellcheck disable=SC2086 scan-build \ - $CHECKERS "$OUTPUTARG" \ + $CHECKERS $OUTPUTARG \ make -j5 -k CHECKERS="\ |