Searched refs:DEBUG_FILE (Results 1 – 1 of 1) sorted by relevance
126 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then127 if [ -f $DEBUG_FILE ]; then128 echo "Debug file $DEBUG_FILE exists, bailing"132 DEBUG_FILE="/dev/null"134 $@ 2>$DEBUG_FILE
Completed in 4 milliseconds