From 4a2669d51f8f839a63c1257c184318cd8c0ce1ae Mon Sep 17 00:00:00 2001 From: lrknox Date: Sat, 1 Oct 2016 09:47:31 -0500 Subject: Correct typo: add ' ' --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12