mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +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
|
# shellcheck disable=SC2086
|
||||||
scan-build \
|
scan-build \
|
||||||
$CHECKERS "$OUTPUTARG" \
|
$CHECKERS $OUTPUTARG \
|
||||||
make -j5 -k
|
make -j5 -k
|
||||||
|
|
||||||
CHECKERS="\
|
CHECKERS="\
|
||||||
|
Loading…
Reference in New Issue
Block a user