Home | History | Annotate | Download | only in cpython3

Lines Matching refs:dstdir

177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
183 if [ ! -d "$dstdir" ]; then
191 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
242 dsttmp=$dstdir/#inst.$$#
243 rmtmp=$dstdir/#rm.$$#
271 if [ -f "$dstdir/$dstfile" ]
273 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
274 $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
276 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
286 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"