Erik Bray wrote:
> Ah, I'm more used to Debian.  I should've realized that you were using
> a Redhat derivative.  I think in that case you just want to make sure
> your script exists with 0.
>   
Thanks, I just figured it out. The basic syntax, in case anyone else is 
interested is:

    if [ $? -eq 0 ]; then
        success; echo
    else
        failure; echo; return 1
    fi

thanks,
Arnie Sherman


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to