Public bug reported:

at line 118:

while getopts :d:e:i:I:mS::s: name; do case $name in

should be:

while getopts :d:e:i:I:m:S:s: name; do case $name in

And the script sanitize is not ship with the package:

like in line 122:
    I)  UINUM=$(sanitize int "$OPTARG");;

** Affects: livecd-rootfs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Typo in argument parsing and unknown sanitize command
https://bugs.launchpad.net/bugs/179130
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to