diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-06 20:42:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 20:42:05 (GMT) |
commit | ca737ece9acd8168d9df4a08c9907a294053a883 (patch) | |
tree | 3ff05b394075861fb88ac31facc2d5dde68293e4 | |
parent | 1b413fe61aa11de314f0b4f85461a88691c15069 (diff) | |
download | hdf5-ca737ece9acd8168d9df4a08c9907a294053a883.zip hdf5-ca737ece9acd8168d9df4a08c9907a294053a883.tar.gz hdf5-ca737ece9acd8168d9df4a08c9907a294053a883.tar.bz2 |
Change order of naming commands (#1742)
-rwxr-xr-x | bin/bbrelease | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbrelease b/bin/bbrelease index d056f6d..90cb72b 100755 --- a/bin/bbrelease +++ b/bin/bbrelease @@ -245,8 +245,9 @@ if [ X$revmode = Xyes ]; then # (h5vers does not correctly handle just m.n.r-$today.) VERS=`echo $VERS | sed -e s/-.*//`-$revision echo Private release of $VERS - bin/h5vers -s $VERS HDF5_VERS=hdf5-$branch-$revision + echo file base of $HDF5_VERS + bin/h5vers -s $VERS # use a generic directory name for revision releases HDF5_IN_VERS=hdfsrc else |