← Back to team overview

puredyne-team team mailing list archive

[Bug 508210] [NEW] potential problems when iso filename contains more dots

 

Public bug reported:

http://bazaar.launchpad.net/~puredyne-
team/bouilloncube/devel/annotate/head%3A/sh/make-live-device.sh#L52

if [ `echo $1 | cut -d . -f 2` == "iso" ] ; then

will break if/when iso filename contains more than one '.'

** Affects: bouilloncube
     Importance: Undecided
         Status: New

-- 
potential problems when iso filename contains more dots
https://bugs.launchpad.net/bugs/508210
You received this bug notification because you are a member of puredyne
team, which is the registrant for bouilloncube.

Status in bouillon cube: New

Bug description:
http://bazaar.launchpad.net/~puredyne-team/bouilloncube/devel/annotate/head%3A/sh/make-live-device.sh#L52

if [ `echo $1 | cut -d . -f 2` == "iso" ] ; then

will break if/when iso filename contains more than one '.'





Follow ups

References