Searched refs:dsttmp (Results 1 – 1 of 1) sorted by relevance
224 dsttmp=$dstdir/#inst.$$#234 $doit $instcmd "$src" "$dsttmp" &&242 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&243 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&244 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&245 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi &&268 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
Completed in 6 milliseconds