Searched refs:DEBUG_FILE (Results 1 – 1 of 1) sorted by relevance
145 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then146 echo $@>>$DEBUG_FILE147 $@ 2>>$DEBUG_FILE266 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then267 if [ -f $DEBUG_FILE ]; then268 echo "Debug file $DEBUG_FILE exists, bailing"272 DEBUG_FILE="/dev/null"