# HG changeset patch # User Pascal Bellard # Date 1296931914 -3600 # Node ID f25f2e3899344e6f98fbf75526296348fdef1de0 # Parent 017ba72f13814b7ec431e2f1d1bd924fcfd2e47e syslinux/isohybrid: typo diff -r 017ba72f1381 -r f25f2e389934 syslinux/stuff/tools/isohybrid.sh --- a/syslinux/stuff/tools/isohybrid.sh Sat Feb 05 19:43:16 2011 +0100 +++ b/syslinux/stuff/tools/isohybrid.sh Sat Feb 05 19:51:54 2011 +0100 @@ -26,7 +26,7 @@ -e*|--e*) entry=$2; shift;; -f*) hd0=1;; -h) heads=$2; shift;; - -i|--i**) id=$(($2)); shift;; + -i|--i*) id=$(($2)); shift;; -noh*) hd0=0;; -nop*) partok=0;; -o*|--o*) offset=$(($2)); shift;;