Skip to content

Commit

Permalink
binfile.in: Enclose arguments in quotes.
Browse files Browse the repository at this point in the history
Away messages can be accepted via the commandline, with unreliable
quoting/escaping.
  • Loading branch information
mtwebster committed Jan 24, 2024
1 parent 5e225dc commit 451f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
exit 1
fi

exec @install_dir@/@target@ $@
exec @install_dir@/@target@ "$@"

0 comments on commit 451f52f

Please sign in to comment.