summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-01 14:47:31 (GMT)
committerlrknox <lrknox>2016-10-01 14:47:31 (GMT)
commit4a2669d51f8f839a63c1257c184318cd8c0ce1ae (patch)
treef250a9e1dc923d5bd8472357c423f653ebdf358f /bin/release
parent6cb0d90338ca9e16f793b3ae38aac4b77c499d42 (diff)
downloadhdf5-4a2669d51f8f839a63c1257c184318cd8c0ce1ae.zip
hdf5-4a2669d51f8f839a63c1257c184318cd8c0ce1ae.tar.gz
hdf5-4a2669d51f8f839a63c1257c184318cd8c0ce1ae.tar.bz2
Correct typo: add ' '
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 d8dcd5c..1d3c9c5 100755
--- a/bin/release
+++ b/bin/release
@@ -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