Lines Matching refs:doit
51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
453 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
454 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
456 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
473 # errors from the above "$doit $cpprog $src $dsttmp" command.
475 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
476 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
477 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
478 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
497 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
510 $doit $rmcmd -f "$dst" 2>/dev/null ||
511 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
512 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
520 $doit $mvcmd "$dsttmp" "$dst"