"A.P. Horst" <[email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf
