From b4fbcb8071d3da6fdb9a9a50a2a2ef4dd3f9b472 Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Wed, 23 Dec 2015 05:16:24 -0500 Subject: [PATCH] functions.sh: unset "build_step_files" var to prevent loading same files if no files found on another run --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 733ac04..99639c5 100755 --- a/functions.sh +++ b/functions.sh @@ -419,6 +419,7 @@ getFileLocations() { buildStep() { local filename="$1" local suffix="$2" + unset build_step_files info "Locating buildStep files: ${filename##*/} suffix: ${suffix}" getFileLocations "build_step_files" "${filename}" "${suffix}"