tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d7e5086694e722573dc46fd45f1a5571e10d5590
parent f888b3e2ee23f6e0394c9c7589c10e320714deda
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Sat,  2 Feb 2019 16:49:19 +0200

Fix one last SC2086

Diffstat:
Msrc/test/test-network.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test-network.sh b/src/test/test-network.sh @@ -16,7 +16,7 @@ fi # Do we output anything at all? ECHO="${ECHO:-echo}" # Output is prefixed with the name of the script -myname=$(basename $0) +myname=$(basename "$0") # Save the arguments before we destroy them # This might not preserve arguments with spaces in them