From: Michael Buesch <mb@bu3sch.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: [PATCH] typo in firmware.sh
Date: Mon, 10 Jul 2006 21:08:42 +0000 [thread overview]
Message-ID: <200607102308.42699.mb@bu3sch.de> (raw)
In-Reply-To: <20060710132858.GA5150@tuba>
On Monday 10 July 2006 15:28, Martin Langer wrote:
> This looks like a missing slash typo in firmware.sh.
>
> Signed-off-by: Martin Langer <martin-langer@gmx.de>
>
>
> --- extras/firmware/firmware.sh.ORIGINAL 2006-07-10 15:19:47.000000000 +0200
> +++ extras/firmware/firmware.sh 2006-07-10 15:20:21.000000000 +0200
> @@ -9,7 +9,7 @@
> fi
> }
>
> -if [ ! -e /sys$DEVPATH/loading ]; then
> +if [ ! -e /sys/$DEVPATH/loading ]; then
Nope, $DEVPATH includes a leading slash.
But for consistency reasons I would say you
could make a patch to remove the slash at the other uses
of $DEVPATH in the file. ;)
--
Greetings Michael.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
prev parent reply other threads:[~2006-07-10 21:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-10 13:28 [PATCH] typo in firmware.sh Martin Langer
2006-07-10 13:38 ` Kay Sievers
2006-07-10 13:39 ` Alexander E. Patrakov
2006-07-10 21:08 ` Michael Buesch [this message]
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=200607102308.42699.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=linux-hotplug@vger.kernel.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.