aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHerton Ronaldo Krzesinski <herton@mandriva.com.br>2007-05-09 22:15:17 +0000
committerHerton Ronaldo Krzesinski <herton@mandriva.com.br>2007-05-09 22:15:17 +0000
commited7ec0367ba527e02b852d5477d3f9976896d79b (patch)
tree61665ba85baeb3e3da9a468f1338b9e2757c371c /scripts
parent3a7ab3da6c2e84d5a8461cf4490dceba841ed56a (diff)
downloadbootsplash-ed7ec0367ba527e02b852d5477d3f9976896d79b.tar
bootsplash-ed7ec0367ba527e02b852d5477d3f9976896d79b.tar.gz
bootsplash-ed7ec0367ba527e02b852d5477d3f9976896d79b.tar.bz2
bootsplash-ed7ec0367ba527e02b852d5477d3f9976896d79b.tar.xz
bootsplash-ed7ec0367ba527e02b852d5477d3f9976896d79b.zip
- Revert last commit (see bugzilla tickets #27663 and #30715).
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index 09ac901..63a02bc 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -18,12 +18,6 @@ TEXTDOMAIN=bootsplash
TEXTDOMAINDIR=/etc/locale
LOCPATH=/etc/locale
-if [ -z "$LANGUAGE" ]
-then
- . /etc/sysconfig/i18n
- GP_LANG=${LANG}
-fi
-
# execute splash binary utility because we are a wrapper:
if [ "$1" == "-s" -o "$1" == "-u" -o "$1" == "-n" -o "$1" == "-f" ]; then
exec /sbin/splash $*