From 5e5814d456180de5ebc0d37b9b5c257f8a3c240e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 4 Oct 2015 13:59:02 -0400 Subject: [PATCH] fix error handling in package_specific_setup --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5