Run shellcheck on all shellscripts

This commit is contained in:
Erik Westrup
2022-02-01 17:15:47 +01:00
parent 79d13a1e64
commit 9b7db6d999
4 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if [ $# -eq 0 ]; then
echo "No program to run given!" >&2
exit 1
fi
cmd="$@"
cmd="$*"
body=$(eval "$cmd" 2>&1)