From 7ace111b50922a7368b6cfc22640813df2fdac83 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 7 Oct 2009 14:46:09 +0000 Subject: - Fix typo --- scripts/make-boot-splash-raw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make-boot-splash-raw') diff --git a/scripts/make-boot-splash-raw b/scripts/make-boot-splash-raw index 6ebeaa8..d441e45 100755 --- a/scripts/make-boot-splash-raw +++ b/scripts/make-boot-splash-raw @@ -6,7 +6,6 @@ # $Id$ : ${splash_dir=/usr/share/bootsplash} -: ${splash_cfg=/etc/bootsplash} [ $# = 2 ] || { echo "usage: $0 "; exit 1; } @@ -41,4 +40,5 @@ else umount $tmp_dir gzip -c $tmp_initrd > $initrd_file rm -f $tmp_initrd + fi fi -- cgit v1.2.1