diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-12 15:50:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-12 15:50:35 +0000 |
commit | 8cc3636575dc7c4eda5511c0715069c155371a4a (patch) | |
tree | 432b10f826d84c7be3fc80cbf9ae35d03a503740 /bin/make_release | |
parent | 8388176497ff0d018356d8c516bf6803b7b8d928 (diff) | |
download | ATCD-8cc3636575dc7c4eda5511c0715069c155371a4a.tar.gz |
ChangeLogTag: Wed Jan 12 09:49:57 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'bin/make_release')
-rwxr-xr-x | bin/make_release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_release b/bin/make_release index b1e683771f8..a95f2b33aff 100755 --- a/bin/make_release +++ b/bin/make_release @@ -276,7 +276,7 @@ if ($update_versions && "$kit" ne 'ace+tao') { $status = &create_kit (); - unless ($status) { + if (! $status && $install) { if ("$ace_tag") { my $major_v = 0; my $minor_v = 0; |