Home
last modified time | relevance | path

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

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