diff options
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 |