Searched refs:dsttmp (Results 1 – 2 of 2) sorted by relevance
458 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0461 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&467 # errors from the above "$doit $cpprog $src $dsttmp" command.469 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&470 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&471 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&477 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&486 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1488 rm -f "$dsttmp"491 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||[all …]
224 dsttmp=$dstdir/#inst.$$#228 $doit $instcmd $src $dsttmp &&230 trap "rm -f ${dsttmp}" 0 &&238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&241 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&246 $doit $mvcmd $dsttmp $dstdir/$dstfile