Home
last modified time | relevance | path

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

/iperf/config/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
445 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
463 if test -z "$doit"; then
466 $doit touch "$dsttmp"
504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
517 $doit $rmcmd "$dst" 2>/dev/null ||
518 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519 { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
[all …]