fixed typo

This commit is contained in:
Armin Briegel
2022-09-02 12:51:00 +02:00
parent 32721128f6
commit 6556cfd7d4

View File

@@ -985,7 +985,7 @@ updateDialog() {
fi
# when to cmdfile is set, do nothing
if [[ $$cmd_file == "" ]]; then
if [[ $cmd_file == "" ]]; then
return
fi