Lines Matching refs:VERBOSE
89 if [ $VERBOSE -eq -1 ]; then
92 VERBOSE=$((VERBOSE + 1))
93 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
94 [ $1 = '-vvv' ] && VERBOSE=$((VERBOSE + 2))
98 if [ $VERBOSE -ne 0 ]; then
101 VERBOSE=-1
182 VERBOSE=0
383 if [ $VERBOSE -eq -1 ]; then
387 elif [ $VERBOSE -ge 3 ]; then
389 elif [ $VERBOSE -eq 2 ]; then
399 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog