From: Timo Heister Date: Sun, 4 Oct 2015 17:59:02 +0000 (-0400) Subject: fix error handling in package_specific_setup X-Git-Tag: v0.7~22^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5814d456180de5ebc0d37b9b5c257f8a3c240e;p=candi.git fix error handling in package_specific_setup --- diff --git a/candi.sh b/candi.sh index 573477c..55fbca3 100755 --- a/candi.sh +++ b/candi.sh @@ -259,8 +259,8 @@ package_build() { # Carry out any package-specific setup package_specific_setup - cd ${BUILDDIR} quit_if_fail "There was a problem in build setup for ${NAME}." + cd ${BUILDDIR} # Use the appropriate build system to compile and install the # package