summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-03-23 16:50:42 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-03-23 16:50:42 (GMT)
commit710d1caf54cc4edb47ef83280b6d5a1af445b9d1 (patch)
treeafd07de632487436fa2b032ead09fd1c3209804e /bin/cmakehdf5
parent0e8941b0881e5b39dbf87f2456c40eeb148dc79b (diff)
downloadhdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.zip
hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.tar.gz
hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.tar.bz2
[svn-r29531] Normalization w/ revise_chunks in preparation for big merge.
hl and bin directories Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf52
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5
index ccef469..7f6453a 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -29,7 +29,7 @@ exit_code=0
# and should have invoked as "$srcdir/bin/$progname" or
# "bin/$progname". So, by striping bin/$program from $0,
# we can find $srcdir.
-if [ $0 == bin/$progname ]; then
+if [ "$0" = "bin/${progname}" ]; then
srcdir="." # current directory
else
# $0 is $srdir/bin/$progname