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 -- Andre Detsch _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel