diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-03-07 01:59:07 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-03-07 01:59:07 +0000 |
commit | 0f796478cbd618f650b417699109733cf041dd51 (patch) | |
tree | 5abbdd13eb0b038ecb61469d35303649ce7fa978 /bin/make_release | |
parent | 330ab5ca50e55ffe98fb14ed0737bef1a9abc2c9 (diff) | |
download | ATCD-0f796478cbd618f650b417699109733cf041dd51.tar.gz |
ChangeLogTag:Mon Mar 6 17:56:56 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'bin/make_release')
-rwxr-xr-x | bin/make_release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/make_release b/bin/make_release index 1bd2aa88ff8..d9bf08b580a 100755 --- a/bin/make_release +++ b/bin/make_release @@ -78,6 +78,7 @@ my $kit = ''; my $release_type = 'beta'; my $ace_tag = my $tao_tag = ''; my $controlled_files = my $release_files = my $release_lib_files = ''; +my $release_tag_files = ''; my $release_filter = '\\( -name CVS -o -name build \\) -prune -o ' . '! -name \'.\#*\' ! -name \'\#*\' ! -name \'*~\' ' . '! -name \'*.MAK\' -print'; |