> On Dec 5, 2015, at 09:26, Benjamin Kaduk <bjkf...@gmail.com> wrote:
... >> - [ ! -z "${NANO_NOPRIV_BUILD" ] && [ -z "${NANO_METALOG}"] && \ >> + [ ! -z "${NANO_NOPRIV_BUILD}" ] && [ -z "${NANO_METALOG}"] && \ > > Hmm, is there still a missing space between '"' and ']' in the second clause? Yup. Still broken, but at least it won't die immediate due to a syntax error like it would have before this commit. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"