.
This commit is contained in:
@@ -21,7 +21,7 @@ for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do
|
|||||||
source "$framework_include_file"
|
source "$framework_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
for project_include_file in ../Project-Includes/*; do
|
for project_include_file in ../../../Project-Includes/*; do
|
||||||
source "$project_include_file"
|
source "$project_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@@ -18,11 +18,11 @@ KNELShellFrameworkRoot="$GIT_VENDOR_PATH_ROOT/KNEL/KNELShellFramework"
|
|||||||
|
|
||||||
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
|
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
|
||||||
|
|
||||||
for framework_include_file in $KNELShellFrameworkRoot/framework-includes/*; do
|
for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do
|
||||||
source "$framework_include_file"
|
source "$framework_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
for project_include_file in ../Project-Includes/*; do
|
for project_include_file in ../../../Project-Includes/*; do
|
||||||
source "$project_include_file"
|
source "$project_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do
|
|||||||
source "$framework_include_file"
|
source "$framework_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
for project_include_file in ../Project-Includes/*; do
|
for project_include_file in ../../../Project-Includes/*; do
|
||||||
source "$project_include_file"
|
source "$project_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user