svn commit: r291860 - in head/tools/tools/nanobsd: . embedded
Garrett Cooper
yaneurabeya at gmail.com
Sat Dec 5 18:09:07 UTC 2015
> On Dec 5, 2015, at 09:26, Benjamin Kaduk <bjkfbsd at 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.
More information about the svn-src-head
mailing list