diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-23 20:04:18 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-23 20:04:18 +0000 |
commit | 7878593eea3c2a8fa08d419af6742954306b2b0b (patch) | |
tree | 18e937302360f53605127c0ae1bc44b506c749b2 /scripts | |
parent | e0fea47051a50de99b864dc5bd60f62a14bced9c (diff) | |
download | bootsplash-7878593eea3c2a8fa08d419af6742954306b2b0b.tar bootsplash-7878593eea3c2a8fa08d419af6742954306b2b0b.tar.gz bootsplash-7878593eea3c2a8fa08d419af6742954306b2b0b.tar.bz2 bootsplash-7878593eea3c2a8fa08d419af6742954306b2b0b.tar.xz bootsplash-7878593eea3c2a8fa08d419af6742954306b2b0b.zip |
use splash_rc variable set by initsplash
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/splash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index e75f967..d9aa066 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -53,7 +53,7 @@ update_progress() { } # assertions -test -r /proc/splash || exit 0 +test -z "$splash_rc" && exit 0 if [[ -z $res ]]; then res=`fbresolution` |