From 409516b72aaec863c006b72350ef332f2a3490b9 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 12 Nov 2020 23:42:09 -0800 Subject: [PATCH] fix a shellcheck issue --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index c45aa80f..e39b57b1 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -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"