mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Make test-network.sh more robust against arguments containing spaces
This commit is contained in:
parent
81e3deeb54
commit
6b118e1e1e
@ -3,9 +3,9 @@
|
||||
ECHO_N="/bin/echo -n"
|
||||
use_coverage_binary=false
|
||||
|
||||
until [ -z $1 ]
|
||||
until [ -z "$1" ]
|
||||
do
|
||||
case $1 in
|
||||
case "$1" in
|
||||
--chutney-path)
|
||||
export CHUTNEY_PATH="$2"
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user