Remove loop: only sourcing one file now

This commit is contained in:
Devon Mackay 2018-07-10 10:08:05 -04:00
parent 7adc36eed3
commit d2c610fbf7

View File

@ -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