diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-01 16:28:05 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-01 16:28:05 (GMT) |
commit | 77525ea95d9a63e6a006fed055d964568eb9df93 (patch) | |
tree | b04d5d861a45b20739affbc35a9a59b2c2c15330 /bin/cmakehdf5 | |
parent | d2cbacb94588f1a27e08e1b12b65c25d81d842d3 (diff) | |
download | hdf5-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-x | bin/cmakehdf5 | 2 |
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 |