Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Dec 2015 11:13:33 -0700
From:      Ian Lepore <ian@freebsd.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r291929 - head/tools/tools/nanobsd
Message-ID:  <1449512013.1358.6.camel@freebsd.org>
In-Reply-To: <201512071024.tB7AOcjr094296@repo.freebsd.org>
References:  <201512071024.tB7AOcjr094296@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2015-12-07 at 10:24 +0000, Warner Losh wrote:
> Author: imp
> Date: Mon Dec  7 10:24:38 2015
> New Revision: 291929
> URL: https://svnweb.freebsd.org/changeset/base/291929
> 
> Log:
>   Make sure to quote the arg after -n and -z tests.
> 

While I am generally a quoting fanatic and would much rather overquote
than underquote in shell scripts, fyi it's not actually needed for the 
-n and -z tests.  test(1) and shells seem to be smart enough to see the
']' (which is just an arg to test, not shell language syntax) and know
there isn't a string in front of it.

-- Ian



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