Home
last modified time | relevance | path

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

/scripts/
A Dcoccicheck141 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
142 echo $@>>$DEBUG_FILE
143 $@ 2>>$DEBUG_FILE
262 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
263 if [ -f $DEBUG_FILE ]; then
264 echo "Debug file $DEBUG_FILE exists, bailing"
268 DEBUG_FILE="/dev/null"

Completed in 3 milliseconds