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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to