mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix test-network.sh argument parsing
The bash on one of my machines didn't understand the question mark correctly, it didn't end up accepting flavor. We can spell it out explicitly.
This commit is contained in:
parent
1be62cf48d
commit
1a50cb88e6
@ -13,7 +13,7 @@ do
|
|||||||
export TOR_DIR="$2"
|
export TOR_DIR="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--flavo?r|--network-flavo?r)
|
--flavor|--flavour|--network-flavor|--network-flavour)
|
||||||
export NETWORK_FLAVOUR="$2"
|
export NETWORK_FLAVOUR="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user