wok-current rev 8404
syslinux/isohybrid: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 05 19:51:54 2011 +0100 (2011-02-05) |
parents | 017ba72f1381 |
children | 897158f0f904 |
files | syslinux/stuff/tools/isohybrid.sh |
line diff
1.1 --- a/syslinux/stuff/tools/isohybrid.sh Sat Feb 05 19:43:16 2011 +0100 1.2 +++ b/syslinux/stuff/tools/isohybrid.sh Sat Feb 05 19:51:54 2011 +0100 1.3 @@ -26,7 +26,7 @@ 1.4 -e*|--e*) entry=$2; shift;; 1.5 -f*) hd0=1;; 1.6 -h) heads=$2; shift;; 1.7 - -i|--i**) id=$(($2)); shift;; 1.8 + -i|--i*) id=$(($2)); shift;; 1.9 -noh*) hd0=0;; 1.10 -nop*) partok=0;; 1.11 -o*|--o*) offset=$(($2)); shift;;