diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-18 13:18:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-18 13:18:00 +0000 |
commit | 820981c2abb4d7f5a706310f5da7b5aa9d8c8506 (patch) | |
tree | 5403776f9e5a068b028d5d5840769d47aa3e7c4f /TAO/release.pl | |
parent | ee73275f9962572c41dc8ff73308b96033964c3f (diff) | |
download | ATCD-820981c2abb4d7f5a706310f5da7b5aa9d8c8506.tar.gz |
uncommend unlink of .del files
Diffstat (limited to 'TAO/release.pl')
-rwxr-xr-x | TAO/release.pl | 2 |
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; |