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:
Maxime Coste 2017-07-25 10:26:52 +02:00
parent 5eb63a32e5
commit 337a38552b

View File

@ -10,7 +10,7 @@ A shell command is appended to the one set in this option at runtime} \
'xterm -e sh -c' \
'roxterm -e sh -c' \
'mintty -e sh -c' \
'sakura -e ' \
'sakura -x ' \
'gnome-terminal -e ' \
'xfce4-terminal -e ' ; do
terminal=${termcmd%% *}