2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

Correct typo: add ' '

This commit is contained in:
lrknox 2016-10-01 09:47:31 -05:00
parent 6cb0d90338
commit 4a2669d51f

@ -152,7 +152,7 @@ tar2zip()
# This command must be run at the top level of the hdf5 source directory.
# Verify this requirement.
if [ ! \( -f configure.ac-a -f bin/release \) ]; then
if [ ! \( -f configure.ac -a -f bin/release \) ]; then
echo "$0 must be run at the top level of the hdf5 source directory"
exit 1
fi