[tor-commits] [chutney/master] Fix an inconsistent echo call in tools/test-network.sh

teor at torproject.org teor at torproject.org
Mon May 8 05:38:45 UTC 2017


commit 23207d23bba3c013cefc91c21c1facb33cb7415a
Author: teor <teor2345 at gmail.com>
Date:   Mon Apr 10 13:16:13 2017 +1000

    Fix an inconsistent echo call in tools/test-network.sh
    
    No behaviour change
---
 tools/test-network.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test-network.sh b/tools/test-network.sh
index 79cce9c..12855bc 100755
--- a/tools/test-network.sh
+++ b/tools/test-network.sh
@@ -279,7 +279,7 @@ if [ "$CHUTNEY_BOOTSTRAP_TIME" -ge 0 ]; then
   VERIFY_EXIT_STATUS="$?"
 else
   $ECHO "Chutney network ready and running. To stop the network, use:"
-  $ECHO "$CHUTNEY" stop "$CHUTNEY_NETWORK"
+  $ECHO "$CHUTNEY stop $CHUTNEY_NETWORK"
   "$WARNINGS"
   exit 0
 fi





More information about the tor-commits mailing list