Lines Matching refs:doit
51 doit="${DOITPROG-}"
52 if test -z "$doit"; then
55 doit_exec=$doit
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
464 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
465 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
468 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \
481 $doit $rmcmd -f "$dst" 2>/dev/null \
482 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \
483 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\
494 $doit $mvcmd "$dsttmp" "$dst"