From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [patch] allow ls to handle device names containing '/' characters
Date: Tue, 14 Sep 2004 11:01:44 +0200 [thread overview]
Message-ID: <200409141101.44648.okuji@enbug.org> (raw)
In-Reply-To: <DEB90B32-05E8-11D9-8F77-000A95A0560C@penguinppc.org>
On Tuesday 14 September 2004 02:56, Hollis Blanchard wrote:
> I don't know if there are other commands that need to be modified in
> a similar manner; I have only tried ls.
Your patch will fail if the name does not contain a device part.
Shouldn't it be like this:
path = grub_strchr (dirname, ')');
if (! path)
path = dirname;
Okuji
next prev parent reply other threads:[~2004-09-14 9:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-14 0:56 [patch] allow ls to handle device names containing '/' characters Hollis Blanchard
2004-09-14 9:01 ` Yoshinori K. Okuji [this message]
2004-09-14 14:58 ` Hollis Blanchard
2004-09-15 3:55 ` Hollis Blanchard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200409141101.44648.okuji@enbug.org \
--to=okuji@enbug.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.