Home
last modified time | relevance | path

Searched refs:DEBUG_FILE (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dcoccicheck134 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
135 echo $@>>$DEBUG_FILE
136 $@ 2>>$DEBUG_FILE
258 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
259 if [ -f $DEBUG_FILE ]; then
260 echo "Debug file $DEBUG_FILE exists, bailing"
264 DEBUG_FILE="/dev/null"