Merge "docgen: Exit with exit code of jsduck command"

This commit is contained in:
jenkins-bot 2013-03-15 17:59:34 +00:00 committed by Gerrit Code Review
commit 724a9ec401

View file

@ -17,5 +17,8 @@ cd $(cd $(dirname $0); pwd)
) < eg-iframe.tpl | php > eg-iframe.html
jsduck --config=config.json
c=$?
rm eg-iframe.html
cd - > /dev/null
# Exit with exit code of jsduck command
exit $ec