Subject: Re: Small probs in 11-16 -current (including 1 fix...)
To: Chris G. Demetriou <cgd@nobozo.cs.berkeley.edu>
From: Andrew Moore <alm@netcom.com>
List: netbsd-bugs
Date: 11/17/1993 14:59:36
>actually, all instances of things like this should be quoted...
>(fixed them, too...  8-)

Beware of strange side-effects: unless you are using bash(1),

[ "" -eq 0 ] 

always evaluates to true.  This is the behavior of SunOS test and
ksh test as well.

------------------------------------------------------------------------------