[tor-commits] [chutney/master] Make sure TOR_APP_DIR is set, to avoid -o nounset error

nickm at torproject.org nickm at torproject.org
Fri Jun 26 13:34:43 UTC 2020


commit 906fa80bf4be60298803c097c0f5a5bc97f9eb29
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 24 15:30:47 2020 -0400

    Make sure TOR_APP_DIR is set, to avoid -o nounset error
---
 tools/test-network.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/test-network.sh b/tools/test-network.sh
index 7717655..99fde76 100755
--- a/tools/test-network.sh
+++ b/tools/test-network.sh
@@ -38,6 +38,7 @@ export CHUTNEY_DNS_CONF=${CHUTNEY_DNS_CONF:-/dev/null}
 : "${CHUTNEY_DIAGNOSTICS:=false}"
 : "${CHUTNEY_DATA_DIR:=}"
 : "${TOR_DIR:=}"
+: "${TOR_APP_DIR:=}"
 : "${CHUTNEY_TOR:=}"
 : "${CHUTNEY_TOR_GENCERT:=}"
 





More information about the tor-commits mailing list