From a8ba97b87e2ccb5700dcc2449d8d4cbd43d25fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Fri, 19 Aug 2022 15:08:42 +0200 Subject: [PATCH] One `$` too many --- fragments/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index ccf39c8..951669b 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -997,7 +997,7 @@ updateDialog() { fi # when to cmdfile is set, do nothing - if [[ $$cmd_file == "" ]]; then + if [[ $cmd_file == "" ]]; then return fi