> Jesse W. Hathaway wrote:
> > you are not ensured
> > that the values will get substituted appropriately
> 
> why?

well the variables won't get substituted properly unless sed is 
used to substitute the variable, which I think is bad practice 
and creates difficult to read code.

e.g.

FOO='${BAR}'
BAR=TEST
FOO=$(echo $FOO|sed "[EMAIL PROTECTED]@${BAR}@")
echo $FOO

or am I not reading the current code correctly? As an example the
current code fails for syslinux debian-install targets.

Jesse

_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to