Searched refs:dsttmp (Results 1 – 2 of 2) sorted by relevance
434 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0437 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&443 # errors from the above "$doit $cpprog $src $dsttmp" command.445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&453 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&459 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1461 rm -f "$dsttmp"[all …]
13535 to remove $dsttmp (via trap) unless we have already created it.13581 * install.sh (dsttmp): use trap to ensure that tmp files go