Home
last modified time | relevance | path

Searched refs:DEBUG_FILE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/scripts/
Dcoccicheck60 DEBUG_FILE="${i#*=}"
132 echo $@ >>$DEBUG_FILE
133 $@ 2>>$DEBUG_FILE
226 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
227 if [ -f $DEBUG_FILE ]; then
228 echo "Debug file \"$DEBUG_FILE\" exists, bailing ..."
232 DEBUG_FILE="/dev/null"