Ok. Does this patch fix the bug?

Index: util/grub-install.in
===================================================================
RCS file: /cvsroot/grub/grub/util/grub-install.in,v
retrieving revision 1.37
diff -u -r1.37 grub-install.in
--- util/grub-install.in        20 May 2002 11:48:03 -0000      1.37
+++ util/grub-install.in        19 Feb 2003 05:01:45 -0000
@@ -193,7 +193,7 @@
 
     # Resolve symlinks
     while test -L $tmp_fname; do
-       tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> %\1%p'`
+       tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> \(.*\)%\1%p'`
        if test -z "$tmp_new_fname"; then
            echo "Unrecognized ls output" 2>&1
            exit 1


Thanks,
Okuji


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

Reply via email to