Skip to content

Commit 32de4ab

Browse files
committed
Workaround localisation issue with LC_ALL=C
1 parent 05c9fe7 commit 32de4ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sgugshell.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export PATH=$SGUG_BIN:/usr/bin:/bin:/usr/sbin:/usr/bsd
1414
#export LD_LIBRARYN32_PATH=/usr/lib32:/lib32:/usr/lib:/lib
1515
export PKG_CONFIG_PATH=$SGUG_LIB/pkgconfig
1616
export MANPATH=$SGUG_ROOT/man:/usr/share/catman/a_man:/usr/share/catman/g_man:/usr/share/catman/p_man:/usr/share/catman/u_man
17+
# Work around localisation issue with libiconv
18+
export LC_ALL=C
1719

1820
export PS1='[sgugshell \u@\h \W]\$ '
1921
exec bash --norc -i

0 commit comments

Comments
 (0)