Fix one last SC2086

This commit is contained in:
rl1987 2019-02-02 16:49:19 +02:00
parent f888b3e2ee
commit d7e5086694

View File

@ -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