diff options
author | lrknox <lrknox> | 2016-10-01 14:47:31 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-10-01 14:47:31 (GMT) |
commit | 4a2669d51f8f839a63c1257c184318cd8c0ce1ae (patch) | |
tree | f250a9e1dc923d5bd8472357c423f653ebdf358f /bin | |
parent | 6cb0d90338ca9e16f793b3ae38aac4b77c499d42 (diff) | |
download | hdf5-4a2669d51f8f839a63c1257c184318cd8c0ce1ae.zip hdf5-4a2669d51f8f839a63c1257c184318cd8c0ce1ae.tar.gz hdf5-4a2669d51f8f839a63c1257c184318cd8c0ce1ae.tar.bz2 |
Correct typo: add ' '
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
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 |