Josh Wilmes:
> The errors are here:
>         tmp_disk=echo "$1" | sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%'
>                                -e 's%/part[0-9]*$%/disc%'
>         tmp_part=echo "$1" | sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%'
>                                  -e 's%.*/\(disc\|part\([0-9]*\)\)$%\2%'
> ;;
> 
> I believe that all is needed is a "\" at the end of those lines.

You're right.
This is already fixed in CVS.

-- 
Florian,
http://www.linux-france.org/article/mininet/


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to