Bug 27890 - fop.sh doesn't set exit status
Summary: fop.sh doesn't set exit status
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: 0.20.5
Hardware: Other Linux
: P3 minor
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 03:30 UTC by Roland Neilands
Modified: 2007-04-14 21:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 $?