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