found a bug

This commit is contained in:
2025-07-01 20:00:53 -05:00
parent 4e3368156c
commit 80dd021217
2 changed files with 6 additions and 2 deletions

View File

@ -26,14 +26,12 @@ done
unset IFS
if [[ ProjectIncludes = 1 ]]; then
ProjectIncludeFiles="$(ls -1 --color=none $PROJECT_INCLUDES_FULL_PATH/*)"
IFS=$'\n\t'
for file in ${ProjectIncludeFiles[@]}; do
. "$file"
done
unset IFS
fi
# Actual script logic starts here