mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Let's not double-quote OUTPUTARG after all
This commit is contained in:
@@ -72,7 +72,7 @@ scan-build \
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
scan-build \
|
||||
$CHECKERS "$OUTPUTARG" \
|
||||
$CHECKERS $OUTPUTARG \
|
||||
make -j5 -k
|
||||
|
||||
CHECKERS="\
|
||||
|
||||
Reference in New Issue
Block a user