Remove loop: only sourcing one file now
This commit is contained in:
parent
7adc36eed3
commit
d2c610fbf7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user