Lines Matching refs:DEBUG_FILE
141 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then142 echo $@>>$DEBUG_FILE143 $@ 2>>$DEBUG_FILE262 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then263 if [ -f $DEBUG_FILE ]; then264 echo "Debug file $DEBUG_FILE exists, bailing"268 DEBUG_FILE="/dev/null"