From 6b31da0a0b62e5667076cf52d62d85090595ce65 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Mon, 9 Jul 2018 12:10:42 -0400 Subject: [PATCH] Update global: only source the helper_functions --- script/include/global_header.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/include/global_header.inc.sh b/script/include/global_header.inc.sh index 571967fd..01e1709d 100755 --- a/script/include/global_header.inc.sh +++ b/script/include/global_header.inc.sh @@ -9,7 +9,7 @@ cd "$(dirname "${0}")/.." # Source all function definition files -for function_snippet in ./script/include/*_functions.inc.sh +for function_snippet in ./script/include/helper_functions.inc.sh do source "${function_snippet}" done