diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-11-05 02:09:57 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-11-05 02:09:57 (GMT) |
commit | 75551aae9da1404064710aec817b9f2a4b6f98a8 (patch) | |
tree | a485a8e2526373500bb5f45b6f4511f87b3c4ddd /bin/release | |
parent | 3c6de53a5bdf83f60c67cf668103b6f660377c1a (diff) | |
download | hdf5-75551aae9da1404064710aec817b9f2a4b6f98a8.zip hdf5-75551aae9da1404064710aec817b9f2a4b6f98a8.tar.gz hdf5-75551aae9da1404064710aec817b9f2a4b6f98a8.tar.bz2 |
[svn-r874] merged bug fix from hdf5-1_0 branch
Diffstat (limited to 'bin/release')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index 427d025..0fb8de7 100755 --- a/bin/release +++ b/bin/release @@ -53,7 +53,7 @@ fi # Copy the manifest file to get a list of file names. MANIFEST=/tmp/H5_MANIFEST.$$ -grep '^\.' MANIFEST | unexpand | cut -f1 >$MANIFEST +grep '^\.' MANIFEST | expand | cut -f1 -d' ' >$MANIFEST # Check that all the files in MANIFEST exist and that (if this is a # CVS checkout) that all the CVS-managed files appear in the |