[
https://issues.apache.org/jira/browse/FOP-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner resolved FOP-860.
-------------------------------
Resolution: Works for Me
> fop.sh doesn't set exit status
> ------------------------------
>
> Key: FOP-860
> URL: https://issues.apache.org/jira/browse/FOP-860
> Project: FOP
> Issue Type: Bug
> Components: unqualified
> Affects Versions: 0.20.5
> Environment: Operating System: Linux
> Platform: Other
> Reporter: Roland Neilands
>
> 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 $?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)