fixed luit parameters (added -x "exit immediately")
This commit is contained in:
parent
45c4ede2a0
commit
3ed52a25f7
@ -2,5 +2,5 @@
|
|||||||
# run this file to launch GoldEd
|
# run this file to launch GoldEd
|
||||||
# it also contains workaround for Russian language in UTF-8 encoding
|
# it also contains workaround for Russian language in UTF-8 encoding
|
||||||
echo "$LC_ALL $LC_CTYPE $LANG" | grep -q "ru_RU.UTF-8" \
|
echo "$LC_ALL $LC_CTYPE $LANG" | grep -q "ru_RU.UTF-8" \
|
||||||
&& (export LC_ALL="ru_RU.KOI8-R"; exec luit -encoding koi8-r -- gedlnx $*) \
|
&& (export LC_ALL="ru_RU.KOI8-R"; exec luit -x -encoding koi8-r -- gedlnx $*) \
|
||||||
|| exec gedlnx $*
|
|| exec gedlnx $*
|
||||||
|
Reference in New Issue
Block a user