mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Let's not double-quote OUTPUTARG after all
This commit is contained in:
parent
59001a69c9
commit
da264f7c76
@ -72,7 +72,7 @@ scan-build \
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
scan-build \
|
||||
$CHECKERS "$OUTPUTARG" \
|
||||
$CHECKERS $OUTPUTARG \
|
||||
make -j5 -k
|
||||
|
||||
CHECKERS="\
|
||||
|
Loading…
Reference in New Issue
Block a user