summaryrefslogtreecommitdiff
path: root/solenv/bin/deliver.pl
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-25 08:05:22 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-25 08:05:22 +0200
commit92bee75069f7216817a3eaee25044d9a6a479e45 (patch)
tree29400691bbd592f5cbf3e7c5033f1e8c61206733 /solenv/bin/deliver.pl
parentc6134b9de640476eab55353884c928c55cc37330 (diff)
Remove OS/2 code.
Diffstat (limited to 'solenv/bin/deliver.pl')
-rwxr-xr-xsolenv/bin/deliver.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index 55f6a9e6f0ab..22ec376af8f7 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -823,10 +823,6 @@ sub copy_if_newer
}
}
fix_file_permissions($$from_stat_ref[2], $temp_file);
- if ( $^O eq 'os2' )
- {
- $rc = unlink($to); # YD OS/2 can't rename if $to exists!
- }
# Ugly hack: on windows file locking(?) sometimes prevents renaming.
# Until we've found and fixed the real reason try it repeatedly :-(
my $try = 0;