From 6556cfd7d44fe03a6d4ec6ce4073364c6d24706f Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:51:00 +0200 Subject: [PATCH] fixed typo --- fragments/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index a14c406..bd21f87 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -985,7 +985,7 @@ updateDialog() { fi # when to cmdfile is set, do nothing - if [[ $$cmd_file == "" ]]; then + if [[ $cmd_file == "" ]]; then return fi