From d2c610fbf7cbf7751b892e979bc964efd87881eb Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Tue, 10 Jul 2018 10:08:05 -0400 Subject: [PATCH] Remove loop: only sourcing one file now --- script/include/global_header.inc.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/include/global_header.inc.sh b/script/include/global_header.inc.sh index 01e1709d..45989ee1 100755 --- a/script/include/global_header.inc.sh +++ b/script/include/global_header.inc.sh @@ -9,7 +9,4 @@ cd "$(dirname "${0}")/.." # Source all function definition files -for function_snippet in ./script/include/helper_functions.inc.sh -do - source "${function_snippet}" -done +source ./script/include/helper_functions.inc.sh