mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
32ae26e519
This adds quotes around multiword arguments before they are passed to `/bin/sh -c` in an exec command. Example: I connect to irc like this: exec termite -e "mosh server tmux a" Without this patch the arguments are passed to sh as: termite -e mosh server tmux a When it should be: termite -e "mosh server tmux a" For the command to work. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ipc-client.c | ||
list.c | ||
log.c | ||
readline.c | ||
stringop.c | ||
util.c |