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

/solaris-x11-s11/open-src/common/
H A Dinstall-sh183 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
185 # if $src (and thus $dsttmp) contains '*'.
269 dsttmp=$dstdir/_inst.$$_
273 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
277 $doit $instcmd "$src" "$dsttmp" &&
283 # errors from the above "$doit $instcmd $src $dsttmp" command.
285 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
286 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
287 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
288 && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; }
[all...]

Completed in 1096 milliseconds