Fix: remove quites inside quotes
This commit is contained in:
parent
f3d19cbbff
commit
16df626a3f
@ -10,7 +10,7 @@ LUIT=`which luit`
|
||||
if [ -n $SCREEN ]; then
|
||||
CMD_UTF8="$SCREEN -c ${SCREENRC_GOLDED}"
|
||||
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
|
||||
CMD_UTF8=$CMD
|
||||
fi
|
||||
|
Reference in New Issue
Block a user