Fix: remove quites inside quotes

This commit is contained in:
Stas Degteff 2010-11-11 15:35:06 +00:00
parent f3d19cbbff
commit 16df626a3f

View File

@ -10,7 +10,7 @@ LUIT=`which luit`
if [ -n $SCREEN ]; then if [ -n $SCREEN ]; then
CMD_UTF8="$SCREEN -c ${SCREENRC_GOLDED}" CMD_UTF8="$SCREEN -c ${SCREENRC_GOLDED}"
else if [ -n "$LUIT" ]; then else if [ -n "$LUIT" ]; then
CMD_UTF8="export LC_ALL="ru_RU.KOI8-R"; exec $LUIT -x -encoding koi8-r -- $CMD" CMD_UTF8="export LC_ALL=ru_RU.KOI8-R ; exec $LUIT -x -encoding koi8-r -- $CMD"
else else
CMD_UTF8=$CMD CMD_UTF8=$CMD
fi fi