On 9/4/06, Andy Feldman <[EMAIL PROTECTED]> wrote:
>
> From a syntax standpoint, try this instead:
> in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts
> $name $version || (in_chroot bash ; die "Compilation failed.")
>
> That should always execute the "die" if the Compile fails, r
On 9/4/06, Fábio Mierlo <[EMAIL PROTECTED]> wrote:
> Will be cool a flag in ChrootCompile that enter in
> a chrooted bash for debug purposes before die.
>
> I'm commenting and uncommenting the follow line
> to do that, but it isn't working very well.
>
> #in_chroot Compile --batch --no-web --no-sym
Will be cool a flag in ChrootCompile that enter in
a chrooted bash for debug purposes before die.
I'm commenting and uncommenting the follow line
to do that, but it isn't working very well.
#in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts
$name $version || die "Compilation fa