Re: [RFC] /sbin/hotplug multiplexor - take 2

Greg KH (greg@kroah.com)
Fri, 18 Apr 2003 15:21:32 -0700


On Tue, Apr 15, 2003 at 05:01:40PM -0700, Perez-Gonzalez, Inaky wrote:
>
> > From: Greg KH [mailto:greg@kroah.com]
> >
> > ...
> >
> > for I in "${DIR}/$1/"* "${DIR}/"all/* ; do
> > test -x $I && $I $1 ;
>
> test -x "$I" && "$I" "$1"
>
> Just in case?

Good idea, I've changed it.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/