Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 1998 14:00:46 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        cracauer@cons.org, freebsd-bugs@hub.freebsd.org
Subject:   Re: bin/6087: sh doesn't work properly on certain configuration scripts
Message-ID:  <199803220300.OAA20096@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
> Could someone please look up the Posix standard for test(1)?

I think it says that `test <arg>' is equivalent to `test -n <arg>'.
In `test -n', `-n' is a primary, not an operator.  The man page
documents this reasonably well.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803220300.OAA20096>