Searched refs:DEBUG_FILE (Results 1 – 1 of 1) sorted by relevance
141 if [ "$DEBUG_FILE" != "/dev/null" ]; then142 echo $@>>$DEBUG_FILE143 $@ 2>>$DEBUG_FILE262 if [ "$DEBUG_FILE" = "" ]; then268 DEBUG_FILE="/dev/null"271 if [ -f $DEBUG_FILE ]; then272 echo "Debug file $DEBUG_FILE exists, bailing"