Searched refs:DEBUG_FILE (Results 1 – 1 of 1) sorted by relevance
129 echo $@ >>$DEBUG_FILE130 $@ 2>>$DEBUG_FILE247 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then248 if [ -f $DEBUG_FILE ]; then249 echo "Debug file $DEBUG_FILE exists, bailing"253 DEBUG_FILE="/dev/null"