From 451f52f75507224f2d1ac3bd6b6890e71f64dc24 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Wed, 24 Jan 2024 10:00:47 -0500 Subject: [PATCH] binfile.in: Enclose arguments in quotes. Away messages can be accepted via the commandline, with unreliable quoting/escaping. --- src/binfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binfile.in b/src/binfile.in index dd792fe6..9bb05544 100644 --- a/src/binfile.in +++ b/src/binfile.in @@ -5,4 +5,4 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then exit 1 fi -exec @install_dir@/@target@ $@ +exec @install_dir@/@target@ "$@"