svn commit: r325116 - head

Bryan Drewery bdrewery at FreeBSD.org
Sat Nov 4 15:32:24 UTC 2017


On 11/4/2017 12:08 AM, Ngie Cooper (yaneurabeya) wrote:
> 	I just ran into this with bash on universe12a.freebsd.org by doing ^d. I think the change should be reverted.
> Thanks,
> -Ngie
> 
> $ exit
> *** Error code 130
> 
> Stop.
> make[1]: stopped in /scratch/tmp/ngie/svn
> *** Error code 1
> 
> Stop.
> make: stopped in /scratch/tmp/ngie/svn
> 

When you first go into buildenv check 'echo $?'.
My problem was a construct like '[ -f xxx ] && . xxx' at the end of one
of my profile scripts.  It needs to be 'if [ -f xxx ]; then . xxx; fi'
to avoid the bad status.  It's really unrelated to buildenv.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20171104/5157ccad/attachment.sig>


More information about the svn-src-head mailing list