[tor-commits] [chutney/master] Logging: consistently use $ for env vars

teor at torproject.org teor at torproject.org
Tue Oct 30 11:30:02 UTC 2018


commit e34ceea7919450ad0480ecdc9db6610a1b1d41b2
Author: teor <teor at torproject.org>
Date:   Tue Oct 23 15:28:09 2018 +1000

    Logging: consistently use $ for env vars
---
 tools/test-network.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/test-network.sh b/tools/test-network.sh
index 4509fa3..c87b587 100755
--- a/tools/test-network.sh
+++ b/tools/test-network.sh
@@ -293,17 +293,17 @@ else
     if [ -x "$CHUTNEY_TOR" ]; then
         $ECHO "$myname: Assuming \$CHUTNEY_TOR is a path to a binary"
     elif [ ! -z "$CHUTNEY_TOR" ]; then
-        $ECHO "$myname: Assuming \$CHUTNEY_TOR is a binary name in PATH"
+        $ECHO "$myname: Assuming \$CHUTNEY_TOR is a binary name in \$PATH"
     else
-        $ECHO "$myname: Setting \$CHUTNEY_TOR to the standard binary name in PATH"
+        $ECHO "$myname: Setting \$CHUTNEY_TOR to the standard binary name in \$PATH"
         export CHUTNEY_TOR="$tor_name"
     fi
     if [ -x "$CHUTNEY_TOR_GENCERT" ]; then
         $ECHO "$myname: Assuming \$CHUTNEY_TOR_GENCERT is a path to a binary"
     elif [ ! -z "$CHUTNEY_TOR_GENCERT" ]; then
-        $ECHO "$myname: Assuming \$CHUTNEY_TOR_GENCERT is a binary name in PATH"
+        $ECHO "$myname: Assuming \$CHUTNEY_TOR_GENCERT is a binary name in \$PATH"
     else
-        $ECHO "$myname: Setting \$CHUTNEY_TOR_GENCERT to the standard binary name in PATH"
+        $ECHO "$myname: Setting \$CHUTNEY_TOR_GENCERT to the standard binary name in \$PATH"
         export CHUTNEY_TOR_GENCERT="$tor_gencert_name"
     fi
 fi





More information about the tor-commits mailing list