Searched refs:dsttmp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/
H A Dinstall-sh185 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
187 # if $src (and thus $dsttmp) contains '*'.
260 dsttmp=$dstdir/_inst.$$_
264 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
279 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dinstall-sh237 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
239 # if $src (and thus $dsttmp) contains '*'.
447 dsttmp=$dstdir/_inst.$$_
451 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
454 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
464 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
465 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; }
[all...]

Completed in 20 milliseconds