diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-16 02:51:04 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-16 02:51:04 +0000 |
commit | 323118e1b6c597efc47ee3501b636fe77dc506a2 (patch) | |
tree | 70e3a120eb84a069660dc7f673154359815d475a /bin/make_release | |
parent | e56455027047129b66d4b434d59c6624fb21f311 (diff) | |
download | ATCD-323118e1b6c597efc47ee3501b636fe77dc506a2.tar.gz |
allow staging workspace to not have all directories, temporarily
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 0bc30ceeb2e..e27004c0f03 100755 --- a/bin/make_release +++ b/bin/make_release @@ -173,7 +173,7 @@ sub check_workspace () { } my @out_of_date = (); - open (CVS, "$cvs -nq checkout $module 2>&1 |") || + open (CVS, "$cvs -nq checkout $module |") || die "$0: unable to open $cvs\n"; while (<CVS>) { next if m%^U %; #### Allow others to update the repository. |