/etc/profile: read and export LC_ALL
This commit is contained in:
parent
030bee1abc
commit
06dc8880f9
1
Makefile
1
Makefile
@ -73,6 +73,7 @@ dist: clean
|
||||
echo "ChangeLog not updated; not releasing" 1>&2;\
|
||||
exit 1;; \
|
||||
esac
|
||||
@git log > ChangeLog.git
|
||||
@rm -f $(dist_archive);\
|
||||
tar cf - --exclude=$(PACKAGE)*.bz2 -C .. $(distdir) |\
|
||||
bzip2 -9 -c > $(dist_archive)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# profile Default shell profile configuration
|
||||
#
|
||||
# Copyright (c) 2003-2007 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2003-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2003-2008 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||
#
|
||||
# WARNING:
|
||||
@ -8,7 +8,8 @@
|
||||
|
||||
if [ -r /etc/sysconfig/i18n ]; then
|
||||
. /etc/sysconfig/i18n
|
||||
export LANG
|
||||
[ "$LC_ALL" ] || LC_ALL=$LANG
|
||||
export LANG LC_ALL
|
||||
fi
|
||||
|
||||
if [ -r /etc/sysconfig/proxy ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user