diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-04 16:40:01 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-04 16:40:01 +0000 |
commit | ab189ec918f40abd94a750278ff67ecee1ec7921 (patch) | |
tree | f8969e005520b2987d73e724110ee2bb50ed773b /scripts | |
parent | e4d975c890a6f6e3a69ca7b8026b070ddd53eb74 (diff) | |
download | bootsplash-ab189ec918f40abd94a750278ff67ecee1ec7921.tar bootsplash-ab189ec918f40abd94a750278ff67ecee1ec7921.tar.gz bootsplash-ab189ec918f40abd94a750278ff67ecee1ec7921.tar.bz2 bootsplash-ab189ec918f40abd94a750278ff67ecee1ec7921.tar.xz bootsplash-ab189ec918f40abd94a750278ff67ecee1ec7921.zip |
Fix argument parsing.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-boot-splash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 90eb731..674fbff 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -13,7 +13,6 @@ initrd_file=$1 echo "You need to specify a initrd file as argument" exit 1; } -shift vgamode=$2 |