On Tue, 19 Feb 2008 22:26:38 +0100, André Detsch <[EMAIL PROTECTED]> wrote:

> On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
>> > -in_chroot bash
>> > -exit 0
>> > +#in_chroot bash
>> > +#exit 0
>> >
>> Why? I use it almost every time ChrootCompile dies while in the
>> sandbox. At least make it optional.
>
> Because this was placed _before_ the Compile command. It was left
> behind by Lucas' commit "Make it possible to run ChrootCompile in
> Rootless mode. Sweet!"
>
> Calling bash on failure is still active:
>
> if [ "$failed" ]
> then
>    echo -en "\007"
>    echo "Compilation failed, invoking bash for debugging purposes."
>    in_chroot /bin/bash
>    Die "Finished with errors."
> fi
>
Heh, you're right. I had been staring on a monitor for too long, wasn't
really awake. :)

-- 
/Jonas

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to