From 75551aae9da1404064710aec817b9f2a4b6f98a8 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Wed, 4 Nov 1998 21:09:57 -0500 Subject: [svn-r874] merged bug fix from hdf5-1_0 branch --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12