summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-11-05 02:09:57 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-11-05 02:09:57 (GMT)
commit75551aae9da1404064710aec817b9f2a4b6f98a8 (patch)
treea485a8e2526373500bb5f45b6f4511f87b3c4ddd /bin/release
parent3c6de53a5bdf83f60c67cf668103b6f660377c1a (diff)
downloadhdf5-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-xbin/release2
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