Typo in argument parsing and unknown sanitize command

Bug #179130 reported by Patrick Hetu
4
Affects Status Importance Assigned to Milestone
livecd-rootfs (Ubuntu)
Fix Released
Undecided
Oliver Grawert

Bug Description

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");;

Revision history for this message
Oliver Grawert (ogra) wrote :

the getopts part is fixed in the bzr branch already, i didnt manage to hunt down lamont yet who wrote that part of the script to tell me more about the sanitize command, as soon as i got info about it i'll update the package...

Changed in livecd-rootfs:
assignee: nobody → ogra
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package livecd-rootfs - 0.48

---------------
livecd-rootfs (0.48) hardy; urgency=low

  * fix typo in getopts call so the -m and -S options are recognized
  * drop call to non-existent sanitize command (LP: #179130)

 -- Oliver Grawert <email address hidden> Fri, 25 Jan 2008 17:40:57 +0100

Changed in livecd-rootfs:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.