This commit is contained in:
2025-07-14 12:47:40 -05:00
parent 495d0bb03b
commit 78cc8cbcf3

View File

@ -17,7 +17,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