Skip to content

Commit c84d05b

Browse files
authoredJan 3, 2022
Add quotes around array too
1 parent 9b7d74c commit c84d05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎runtests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# print the error to stderr prefixed with caller info
55
terr () {
6-
echo "$caller: $@" >&2
6+
echo "$caller: " "$@" >&2
77
}
88

99
# get variable values and functions for testing

0 commit comments

Comments
 (0)
Please sign in to comment.