Allow Errors to be Caught
[osm/tests.git] / build-debpkg.sh
index e4e83b3..0831a71 100755 (executable)
@@ -51,4 +51,6 @@ cp -R debian $PKG_DIR/.
 pushd $PKG_DIR
 dh_make -y --indep --createorig --a -c apache
 dpkg-buildpackage -uc -us -tc -rfakeroot
+RC=$?
 popd
+exit $RC