From d85815d11fa0e8522db85b9f74b7a395401154c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Tue, 6 Oct 2015 18:06:36 +0200 Subject: [PATCH] candi: unsets LOAD variable appropriately --- candi.sh | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.39.5