Home
last modified time | relevance | path

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

/hal_xtensa-3.5.0/
Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
453 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
454 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
456 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
473 # errors from the above "$doit $cpprog $src $dsttmp" command.
475 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
476 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
477 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]