Fix variable references and conditional debug flags
- Fix PROJECT_CONGIGS_FULL_PATH typo and incorrect assignment in project.sh - Add missing $ in ProjectIncludes variable reference - Remove redundant echo in print_error function - Make debug flags conditional on script_debug variable in DebugMe.sh - Add Claude-Todo.md documenting completed code review tasks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,5 @@ function print_error()
|
||||
tput bold
|
||||
echo -e "$RED $1${NC}"
|
||||
echo -e "$RED $1${NC}" >> "$LOGFILENAME"
|
||||
echo "$1"
|
||||
tput sgr0
|
||||
}
|
Reference in New Issue
Block a user