From 0d82fe957279a0f21a922f3340a4a574b75014d7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 29 Jul 2008 13:08:17 +0000 Subject: check harder if splash is disabled --- scripts/splash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/splash.sh b/scripts/splash.sh index 27787bc..0ef4a93 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -75,7 +75,7 @@ update_progress() { } # assertions -test -z "$splash_rc" && exit 0 +[ -z "$splash_rc" -o "$splash_rc" = "no" ] && exit 0 if [[ -z $res ]]; then res=`fbresolution` -- cgit v1.2.1