diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2007-05-09 22:15:17 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2007-05-09 22:15:17 +0000 |
commit | ed7ec0367ba527e02b852d5477d3f9976896d79b (patch) | |
tree | 61665ba85baeb3e3da9a468f1338b9e2757c371c | |
parent | 3a7ab3da6c2e84d5a8461cf4490dceba841ed56a (diff) | |
download | bootsplash-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).
-rw-r--r-- | scripts/splash.sh | 6 |
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 $* |