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

/solaris-x11-s11/open-src/common/
H A Dinstall-sh210 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
215 if test ! -d "$dstdir"; then
223 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
269 dsttmp=$dstdir/_inst.$$_
270 rmtmp=$dstdir/_rm.$$_
296 if test -f "$dstdir/$dstfile"; then
297 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
298 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
300 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
309 $doit $mvcmd "$dsttmp" "$dstdir/
[all...]

Completed in 12 milliseconds