K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1993-05-29T10:56:13.000000Z
K 24
svn:entry:committed-date
V 27
1993-05-29T10:56:13.000000Z
K 7
svn:log
V 143
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


END
