Bug 27890

Summary: fop.sh doesn't set exit status
Product: Fop - Now in Jira Reporter: Roland Neilands <rneilands>
Component: generalAssignee: fop-dev
Status: NEW ---    
Severity: minor    
Priority: P3    
Version: 0.20.5   
Target Milestone: ---   
Hardware: Other   
OS: Linux   

Description Roland Neilands 2004-03-24 03:30:51 UTC
Previously reported, noticed one more occurrence.

Diff to fix:
< echo "  We cannot execute $JAVACMD"
< exit
...
> echo "  We cannot execute $JAVACMD"
> exit 1

< $JAVACMD ... fop
...
> $JAVACMD ... fop
> exit $?