Add quotes around array too

This commit is contained in:
Jason M. Wood 2022-01-03 13:05:00 -06:00 committed by GitHub
parent 9b7d74c83b
commit c84d05b324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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