mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
fix getopts syntax, oops
This commit is contained in:
parent
bb2f34bdf8
commit
04aab06977
@ -32,7 +32,7 @@ SUITES=""
|
||||
PROPOSED=""
|
||||
IMAGEFORMAT=""
|
||||
|
||||
while getopts :s:d:f:p:a name; do case $name in
|
||||
while getopts :s:d:f:pa: name; do case $name in
|
||||
s) SUBARCH="$OPTARG";;
|
||||
d) NEWSUITE="$OPTARG";;
|
||||
f) IMAGEFORMAT="-f$OPTARG";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user