mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix one last SC2086
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user