commit d7e5086694e722573dc46fd45f1a5571e10d5590 Author: rl1987 rl1987@sdf.lonestar.org Date: Sat Feb 2 16:49:19 2019 +0200
Fix one last SC2086 --- src/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 index e382eec66..6c678849b 100755 --- 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
tor-commits@lists.torproject.org