mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[svn-r874] merged bug fix from hdf5-1_0 branch
This commit is contained in:
parent
3c6de53a5b
commit
75551aae9d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user