mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix one last SC2086
This commit is contained in:
parent
f888b3e2ee
commit
d7e5086694
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user