On Wednesday 09 October 2002 3:08 pm, Rob Lahaye wrote: > + if ! ( $prog --version ) < /dev/null > /dev/null 2>&1; > then continue ; fi
Shouldn't that be > + if test ! ...
On Wednesday 09 October 2002 3:08 pm, Rob Lahaye wrote: > + if ! ( $prog --version ) < /dev/null > /dev/null 2>&1; > then continue ; fi
Shouldn't that be > + if test ! ...