the "!" operator of test was working backwards; from Mike Hibler
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 May 1993 01:56:13 +0000 (17:56 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 May 1993 01:56:13 +0000 (17:56 -0800)
commit68e8ba3cb56f118b4412439d03782caf9d1d0cd6
treebda81b080e282241c788245a456cf6d104628fd3
parent45f003fb56a9cdf8d43dd93522ef82f0c527a23a
the "!" operator of test was working backwards; from Mike Hibler
if test ! "foo" ; then echo not set; fi
if test ! "" ; then echo not set; fi

SCCS-vsn: bin/test/test.c 5.7
usr/src/bin/test/test.c