summaryrefslogtreecommitdiff
path: root/TAO/release.pl
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 13:18:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 13:18:00 +0000
commit820981c2abb4d7f5a706310f5da7b5aa9d8c8506 (patch)
tree5403776f9e5a068b028d5d5840769d47aa3e7c4f /TAO/release.pl
parentee73275f9962572c41dc8ff73308b96033964c3f (diff)
downloadATCD-820981c2abb4d7f5a706310f5da7b5aa9d8c8506.tar.gz
uncommend unlink of .del files
Diffstat (limited to 'TAO/release.pl')
-rwxr-xr-xTAO/release.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/release.pl b/TAO/release.pl
index 5a4aa6ec02f..28c741f69e1 100755
--- a/TAO/release.pl
+++ b/TAO/release.pl
@@ -88,4 +88,4 @@ $COM = qq/$CVSCOM commit -m'$TAO_VERSION' $VERSION $CHANGELOG && $CVSCOM rtag $v
print $COM;
system $COM;
-#unlink @inplace;
+unlink @inplace;