Commit 830566f3 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Avoid using "unset" now that we have -o nounset enabled.

parent 7fb1e61a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ if [ ! -d "${TOR_DIR:-}" ]; then
        export TOR_DIR="$PWD/../tor"
    else
        $ECHO "$myname: no \$TOR_DIR, chutney will use \$CHUTNEY_TOR and \$CHUTNEY_TOR_GENCERT as tor binary paths, or search \$PATH for tor binary names"
        unset TOR_DIR
        export TOR_DIR=""
    fi
fi