Searched refs:DRYRUN (Results 1 – 3 of 3) sorted by relevance
48 DRYRUN = 0 variable60 global DRYRUN, OLD_NOTICE, NEW_NOTICE, VERBOSE74 DRYRUN = 194 elif DRYRUN or VERBOSE:96 if DRYRUN:
14 DRYRUN="false"24 -t*) DRYRUN="true" VERBOSE="true";;26 -h*) DRYRUN="true"; cat <<EOF454 if [ "$DRYRUN" = "false" -a -t 1 ]; then466 if [ "$DRYRUN" = "false" -a -t 1 ]; then481 if [ "$DRYRUN" = "false" -a -t 1 ]; then528 if [ "$DRYRUN" = "false" -a -t 1 ]; then550 if [ "$DRYRUN" = "false" -a -t 1 ]; then567 if [ "$DRYRUN" = "false" -a -t 1 ]; then655 if [ "$DRYRUN" = "false" -a -t 1 ]; then[all …]
10 set DRYRUN=false variable24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts variable