aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-18 14:55:49 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-18 14:55:49 +0000
commite6be7346e84f068f11c466d116b51fab2d91e425 (patch)
treee1ff90e9657dfc480e453a14d3832dcae10f1b2a /scripts/make-boot-splash
parent6fe5193725af0c70fe78f08e5d519d28d008bb02 (diff)
downloadbootsplash-e6be7346e84f068f11c466d116b51fab2d91e425.tar
bootsplash-e6be7346e84f068f11c466d116b51fab2d91e425.tar.gz
bootsplash-e6be7346e84f068f11c466d116b51fab2d91e425.tar.bz2
bootsplash-e6be7346e84f068f11c466d116b51fab2d91e425.tar.xz
bootsplash-e6be7346e84f068f11c466d116b51fab2d91e425.zip
fix typo
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index 4d5722e..45abd82 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -41,7 +41,7 @@ if [[ -f $splash_dir/themes/$THEME/lilo/message ]];then
fi
if [[ -z $config ]];then
- echo "Can't find a config files for resolution $resolution";
+ echo "Can't find a config file for resolution $resolution";
exit 1;
fi