"A.P. Horst" <arieho...@xs4all.nl> writes:
> I ended up using this:
> if ! test $var -gt 0 > /dev/null 2>&1; then

Incidentally, test should never produce any output on stdout, so you
can just use "2>/dev/null" instead of "> /dev/null 2>&1"... :]

-miles

-- 
P.S.  All information contained in the above letter is false,
      for reasons of military security.

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to