From 1fc71242b873815c7c2d8d50a49169d76b585c12 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 12 Nov 2012 10:48:09 -0500 Subject: Return exit status of oh_buildsystem_do(). --- (limited to 'src/oh-autobuild.sh') diff --git a/src/oh-autobuild.sh b/src/oh-autobuild.sh index f76858f..366fa09 100644 --- a/src/oh-autobuild.sh +++ b/src/oh-autobuild.sh @@ -49,7 +49,7 @@ main() oh_buildsystems_init if sys="$(oh_buildsystem_find 'build')"; then - oh_buildsystem_do 'build' "${sys}" "${@}" + oh_buildsystem_do 'build' "${sys}" "${@}" || exit ${?} fi } -- cgit v0.9.1