bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #9628] convert() says (hd0,)


From: anonymous
Subject: [bugs #9628] convert() says (hd0,)
Date: Tue, 13 Jul 2004 07:48:13 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.52 [en]

This mail is an automated notification from the bugs tracker
 of the project: GNU GRUB.




/**************************************************************************/
[bugs #9628] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9628>
Project: GNU GRUB
Submitted by: 0
On: Tue 07/13/04 at 11:45

Category:  Disk &amp; Partition
Severity:  Major
Priority:  5 - Normal
Item Group:  Software Error
Resolution:  None
Assigned to:  None
Originator Name:  
Originator Email:  
Status:  Open
Release:  0.95
Reproducibility:  Every Time
Planned Release:  


Summary:  convert() says (hd0,)

Original Submission:  The convert() function inside grub-install, if its 
argument
is e.g. /dev/hda, prints a warning:
expr: non-numeric argument
and returns the answer "(hd0,)"
In 0.94 it correctly returned "(hd0)" without any warning.

The long sed commands which calculate tmp_disk and tmp_part
inside convert() have introduced a new line with d[0-9]*p...
This one seems to be buggy. Currently
tmp_part=.....
     -e 's%.*d[0-9]*p*%%'...
I'm not sure but I think this should be
tmp_part=.....
     -e 's%.*d[0-9]*p[0-9]*%%'...












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9628>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]