fix a shellcheck issue

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent d7cf811b00
commit 409516b72a
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -454,7 +454,7 @@ fi
if [ $# -eq 1 ]; then
cmd="$(echo "$1" | tr '-' '_')"
cmd_${cmd}
"cmd_${cmd}"
exit $?
else
"You passed more than two arguments to $0"

Loading…
Cancel
Save