Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 1 of 1) sorted by relevance

/libev/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { 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 …]