Searched refs:doit (Results 1 – 1 of 1) sorted by relevance
51 doit=${DOITPROG-}52 if test -z "$doit"; then55 doit_exec=$doit446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&490 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||503 $doit $rmcmd -f "$dst" 2>/dev/null ||504 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&505 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }[all …]