From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Mon, 10 Jul 2006 13:38:20 +0000 Subject: Re: [PATCH] typo in firmware.sh Message-Id: <1152538700.3262.7.camel@pim.off.vrfy.org> List-Id: References: <20060710132858.GA5150@tuba> In-Reply-To: <20060710132858.GA5150@tuba> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Mon, 2006-07-10 at 15:28 +0200, Martin Langer wrote: > This looks like a missing slash typo in firmware.sh. > > Signed-off-by: Martin Langer > > > --- 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 > err "udev firmware loader misses sysfs directory" > exit 1 > fi DEVPATH always starts with a slash. Kay ------------------------------------------------------------------------- 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&kid0709&bid&3057&dat1642 _______________________________________________ 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