mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-14 22:38:18 -07:00
Add quotes around array too
This commit is contained in:
parent
9b7d74c83b
commit
c84d05b324
@ -3,7 +3,7 @@
|
||||
|
||||
# print the error to stderr prefixed with caller info
|
||||
terr () {
|
||||
echo "$caller: $@" >&2
|
||||
echo "$caller: " "$@" >&2
|
||||
}
|
||||
|
||||
# get variable values and functions for testing
|
||||
|
Loading…
Reference in New Issue
Block a user