Lines Matching refs:doit
35 doit=${DOITPROG-}
36 if test -z "$doit"; then
39 doit_exec=$doit
430 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
431 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
433 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
450 # errors from the above "$doit $cpprog $src $dsttmp" command.
452 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
453 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
454 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
455 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
474 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
487 $doit $rmcmd -f "$dst" 2>/dev/null ||
488 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
489 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
497 $doit $mvcmd "$dsttmp" "$dst"