Searched refs:doit (Results 1 – 1 of 1) sorted by relevance
51 doit="${DOITPROG-}"52 if test -z "$doit"; then55 doit_exec=$doit440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&462 { test -z "$chowncmd" || $doit $chowncmd "$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; :; }; }\[all …]