From owner-freebsd-stable Thu Dec 23 5: 4:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 1479514EA9 for ; Thu, 23 Dec 1999 05:04:11 -0800 (PST) (envelope-from saper@system.pl) Received: from localhost (saper@localhost [127.0.0.1]) by tricord.system.pl (SYSTEM Internet) with ESMTP id OAA19318 for ; Thu, 23 Dec 1999 14:03:55 +0100 (MET) Date: Thu, 23 Dec 1999 14:03:51 +0100 (MET) From: Marcin Cieslak To: freebsd-stable@FreeBSD.ORG Subject: Re: /bin/test broken ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 23 Dec 1999, Eric D. Futch wrote: > -stable as of Wed Dec 22 01:48:17 EST 1999 dosen't seem to have this > problem. > > % /bin/test 1 -ne 0 ] > test: ]: unexpected operator Recent -stable: $ /bin/test 1 -ne 0 ] test: syntax error $ [ 1 -ne 0 ] $ but on Solaris 2.5 in both sh and ksh: $ /bin/test 1 -ne 0 ] $ [ 1 -ne 0 ] $ What's _the_ standard? -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message