From: Uwe Köcher Date: Tue, 6 Oct 2015 16:06:36 +0000 (+0200) Subject: candi: unsets LOAD variable appropriately X-Git-Tag: v0.7~17^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85815d11fa0e8522db85b9f74b7a395401154c8;p=candi.git candi: unsets LOAD variable appropriately --- diff --git a/candi.sh b/candi.sh index 43c935e..ba25f5f 100755 --- a/candi.sh +++ b/candi.sh @@ -766,6 +766,7 @@ for PACKAGE in ${PACKAGES[@]}; do if [ ! -z "${LOAD}" ]; then # Let the user know we're loading the current package cecho ${GOOD} "Loading ${NAME}" + unset LOAD else # Let the user know we're skipping the current package cecho ${GOOD} "Skipping ${NAME}"