[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Let's not double-quote OUTPUTARG after all



commit da264f7c766b332f596a92766f7625c4a17abf70
Author: rl1987 <rl1987@xxxxxxxxxxxxxxxx>
Date:   Sat Dec 8 15:15:20 2018 +0200

    Let's not double-quote OUTPUTARG after all
---
 scripts/test/scan-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/test/scan-build.sh b/scripts/test/scan-build.sh
index 9a6338380..26e05ff10 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="\



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits