summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-09-18 15:29:21 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-09-18 15:29:21 +0300
commitd624977e3679e13afd8fd7f028e9c68aa360da6a (patch)
tree6561244a88461e26932d129613c98b1df9f5b41e
parent8f959a940b7053758ff1da1de9320ea59f58f264 (diff)
downloadick-contractor-d624977e3679e13afd8fd7f028e9c68aa360da6a.tar.gz
fix(lint): use $* to expand args (lint)
-rwxr-xr-xvm-qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm-qemu.sh b/vm-qemu.sh
index 2b8f550..3492eb6 100755
--- a/vm-qemu.sh
+++ b/vm-qemu.sh
@@ -7,7 +7,7 @@ set -eu
verbose()
{
- echo "INFO: $@"
+ echo "INFO: $*"
}