On Tue, Oct 21, 2008, Michael Meskes wrote: > I think I found it and just changed our git repro. Problem is that > > [ -f /proc/modules ] || return > > always errors out if /proc/modules doesn't exist.
Err your fix is the other way around!
if [ -f /proc/modules ]; then
>-------return
fi
that will return when proc/modules exists
--
Loïc Minier
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

