found a bug
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"debug.javascript.defaultRuntimeExecutable": {
|
||||||
|
"pwa-node": "/home/localuser/.local/share/mise/shims/node"
|
||||||
|
},
|
||||||
|
"python.defaultInterpreterPath": "/home/localuser/.local/share/mise/installs/python/3.11.13/bin/python"
|
||||||
|
}
|
@ -26,14 +26,12 @@ done
|
|||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
|
|
||||||
if [[ ProjectIncludes = 1 ]]; then
|
|
||||||
ProjectIncludeFiles="$(ls -1 --color=none $PROJECT_INCLUDES_FULL_PATH/*)"
|
ProjectIncludeFiles="$(ls -1 --color=none $PROJECT_INCLUDES_FULL_PATH/*)"
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
for file in ${ProjectIncludeFiles[@]}; do
|
for file in ${ProjectIncludeFiles[@]}; do
|
||||||
. "$file"
|
. "$file"
|
||||||
done
|
done
|
||||||
unset IFS
|
unset IFS
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Actual script logic starts here
|
# Actual script logic starts here
|
||||||
|
Reference in New Issue
Block a user