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/snapshot | |
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/snapshot')
-rwxr-xr-x | bin/snapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot index a496edd..4a94ff4 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -466,10 +466,10 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then # commit source if errors encounter here. set -e cd ${CURRENT} - RELEASE_VERSION="`perl bin/h5vers -v`" + RELEASE_VERSION="`perl bin/h5vers.pl -v`" echo "Making snapshot release ($RELEASE_VERSION) to ${ReleaseDir}..." bin/release -d $ReleaseDir $METHODS - perl bin/h5vers -i + perl bin/h5vers.pl -i svn -q commit -m "Snapshot $RELEASE_VERSION" ) errcode=$? |