fix typo in getopts call

ubuntu/precise
Oliver Grawert 17 years ago
parent 13e69c8488
commit bf8c2f1761

6
debian/changelog vendored

@ -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 livecd-rootfs (0.47) hardy; urgency=low
* Fix versioned dependency to squashfs-tools. "." != "-", silly me. * Fix versioned dependency to squashfs-tools. "." != "-", silly me.

@ -115,7 +115,7 @@ EXCLUDE=""
LIST="" LIST=""
SUBARCH="" 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;; d) STE=$OPTARG;;
e) EXCLUDE="$EXCLUDE $OPTARG";; e) EXCLUDE="$EXCLUDE $OPTARG";;
i) LIST="$LIST $OPTARG";; i) LIST="$LIST $OPTARG";;

Loading…
Cancel
Save