mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
drop non-existent sanitize command from option parser
This commit is contained in:
parent
bf8c2f1761
commit
b4e3074b81
@ -119,9 +119,9 @@ 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";;
|
||||||
I) UINUM=$(sanitize int "$OPTARG");;
|
I) UINUM="$OPTARG";;
|
||||||
m) OPTMIRROR=$(sanitize url "$OPTARG");;
|
m) OPTMIRROR="$OPTARG";;
|
||||||
S) USZ=$(sanitize int "$OPTARG");;
|
S) USZ="$OPTARG";;
|
||||||
s) SUBARCH="$OPTARG";;
|
s) SUBARCH="$OPTARG";;
|
||||||
\?) echo bad usage >&2; exit 2;;
|
\?) echo bad usage >&2; exit 2;;
|
||||||
\:) echo missing argument >&2; exit 2;;
|
\:) echo missing argument >&2; exit 2;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user