Searched refs:doit (Results 1 – 1 of 1) sorted by relevance
51 doit=${DOITPROG-}52 doit_exec=${doit:-exec}423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||477 $doit $rmcmd -f "$dst" 2>/dev/null ||478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }[all …]