fix typo in getopts call

This commit is contained in:
Oliver Grawert 2007-12-21 03:19:20 +01:00
parent 13e69c8488
commit bf8c2f1761
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (0.48) hardy; urgency=low
* fix typo in getopts call so the -m and -S options are recognized
-- Oliver Grawert <ogra@ubuntu.com> Fri, 21 Dec 2007 03:16:51 +0100
livecd-rootfs (0.47) hardy; urgency=low
* Fix versioned dependency to squashfs-tools. "." != "-", silly me.

View File

@ -115,7 +115,7 @@ EXCLUDE=""
LIST=""
SUBARCH=""
while getopts :d:e:i:I:mS::s: name; do case $name in
while getopts :d:e:i:I:m:S:s: name; do case $name in
d) STE=$OPTARG;;
e) EXCLUDE="$EXCLUDE $OPTARG";;
i) LIST="$LIST $OPTARG";;