This commit is contained in:
2025-07-14 12:49:26 -05:00
parent 78cc8cbcf3
commit a898ebc59d
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do
source "$framework_include_file"
done
for project_include_file in ../Project-Includes/*; do
for project_include_file in ../../../Project-Includes/*; do
source "$project_include_file"
done

View File

@@ -18,11 +18,11 @@ KNELShellFrameworkRoot="$GIT_VENDOR_PATH_ROOT/KNEL/KNELShellFramework"
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"
done
for project_include_file in ../Project-Includes/*; do
for project_include_file in ../../../Project-Includes/*; do
source "$project_include_file"
done

View File

@@ -21,7 +21,7 @@ for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do
source "$framework_include_file"
done
for project_include_file in ../Project-Includes/*; do
for project_include_file in ../../../Project-Includes/*; do
source "$project_include_file"
done