Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix for issue #13 - propagate exit status when extension build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Meyers committed Oct 12, 2011
1 parent 94eda48 commit 3b132c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpg-build.sh
Expand Up @@ -27,6 +27,8 @@ do
$RPGSHOWBUILD && cat build.log 1>&2
find "$(dirname "$file")" -name "*.$(ruby_dlext)"
else
status=$?
cat build.log 1>&2
exit $status
fi
done

0 comments on commit 3b132c3

Please sign in to comment.