At Wed, 19 Feb 2003 10:29:59 +1100, Jason Thomas wrote: > > Date: Tue, 18 Feb 2003 01:57:06 -0500 > > From: Clint Adams <[EMAIL PROTECTED]> > > To: Leo Laursen <[EMAIL PROTECTED]> > > Cc: [EMAIL PROTECTED] > > Subject: Re: sed or grub-install bug? > > > > > +++ sed -n 's%.*-> %\1%p' > > > > It's a grub bug. > > > > The offending line is: > > > > tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> %\1%p'` > > > > I believe that this should be > > > > tmp_new_fname=`readlink $tmp_fname`
So, what is the bug? Generally speaking, if you don't tell me what wrong thing happens actually, I wouldn't change anything. Cheers, Okuji _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
