summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-13 11:07:25 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-13 11:07:25 +0200
commit1646566853f8126c81b22833793b14b0c1d7cbfa (patch)
treecd66bb9ba4e5687b145b58cd80faf322cc670e48
parent3c9ee6aa6914850cdbc7d76450537a82e930e31a (diff)
downloadvmdb2-1646566853f8126c81b22833793b14b0c1d7cbfa.tar.gz
chore: use $* for better style in expansion
shellcheck is happier this way, even if it should work the same way.
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 82d1ceb..d196380 100755
--- a/check
+++ b/check
@@ -58,7 +58,7 @@ code() {
}
panic() {
- echo "ERROR: $@" 1>&2
+ echo "ERROR: $*" 1>&2
exit 1
}