So we don't need to pass empty args

This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:08:54 +02:00
parent 4f1ef8d95f
commit cdd3175b5b
+4
View File
@@ -32,6 +32,10 @@ fi
SHELL_QML="$OMARCHY_PATH/shell/shell.qml"
if [[ $1 == "shell" && ( $2 == "summon" || $2 == "toggle" ) && $# -eq 3 ]]; then
set -- "$1" "$2" "$3" "{}"
fi
perl -MCwd=abs_path -MEncode=encode,decode -MSocket -MIO::Handle \
-e '
binmode STDOUT, ":encoding(UTF-8)";