From c84d05b32496e143bcc794d8e53b5bea8fa04b8a Mon Sep 17 00:00:00 2001 From: "Jason M. Wood" Date: Mon, 3 Jan 2022 13:05:00 -0600 Subject: [PATCH] Add quotes around array too --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index b8ccf7b..4ee28a3 100755 --- a/runtests.sh +++ b/runtests.sh @@ -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