summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-01 16:28:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-01 16:28:05 (GMT)
commit77525ea95d9a63e6a006fed055d964568eb9df93 (patch)
treeb04d5d861a45b20739affbc35a9a59b2c2c15330 /bin/cmakehdf5
parentd2cbacb94588f1a27e08e1b12b65c25d81d842d3 (diff)
downloadhdf5-77525ea95d9a63e6a006fed055d964568eb9df93.zip
hdf5-77525ea95d9a63e6a006fed055d964568eb9df93.tar.gz
hdf5-77525ea95d9a63e6a006fed055d964568eb9df93.tar.bz2
[svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)
This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
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 715d6d7..753eb54 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -248,7 +248,7 @@ if [ ! -d $srcdir ]; then
fi
# figure out version information
-vers=bin/h5vers
+vers=bin/h5vers.pl
if [ ! -x $srcdir/$vers ]; then
echo $srcdir/$vers not found or not executable. Aborted.
exit 1