Searched refs:opt_dry_run (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/
H A Dltmain.sh431 opt_dry_run=false
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
561 if test "$opt_dry_run" = ":"; then
659 if ${opt_dry_run-false}; then :; else
683 if ${opt_dry_run-false}; then :; else
1043 opt_dry_run=false
1070 opt_dry_run=:
1480 $opt_dry_run || {
2179 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2196 $opt_dry_run ||
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh235 opt_dry_run=false
312 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
358 if test "$opt_dry_run" = ":"; then
456 if ${opt_dry_run-false}; then :; else
480 if ${opt_dry_run-false}; then :; else
596 opt_dry_run=false
743 --dry-run | -n) opt_dry_run=: ;;
1081 $opt_dry_run || {
1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
1319 $opt_dry_run ||
[all...]

Completed in 17 milliseconds