Searched refs:dstdir (Results 1 – 1 of 1) sorted by relevance
159 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`165 if [ ! -d "$dstdir" ]; then173 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`224 dsttmp=$dstdir/#inst.$$#225 rmtmp=$dstdir/#rm.$$#253 if [ -f "$dstdir/$dstfile" ]255 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||256 $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||258 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2268 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
Completed in 15 milliseconds