Fix sakura termcmd setup
Sakura `-e` is xterm compatible, so would require a `sh -c`, but it also provides `-x` which takes a single argument, switch to that.
This commit is contained in:
parent
5eb63a32e5
commit
337a38552b
|
@ -10,7 +10,7 @@ A shell command is appended to the one set in this option at runtime} \
|
||||||
'xterm -e sh -c' \
|
'xterm -e sh -c' \
|
||||||
'roxterm -e sh -c' \
|
'roxterm -e sh -c' \
|
||||||
'mintty -e sh -c' \
|
'mintty -e sh -c' \
|
||||||
'sakura -e ' \
|
'sakura -x ' \
|
||||||
'gnome-terminal -e ' \
|
'gnome-terminal -e ' \
|
||||||
'xfce4-terminal -e ' ; do
|
'xfce4-terminal -e ' ; do
|
||||||
terminal=${termcmd%% *}
|
terminal=${termcmd%% *}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user