summaryrefslogtreecommitdiffstats
path: root/bin/bbrelease
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-06 20:42:05 (GMT)
committerGitHub <noreply@github.com>2022-05-06 20:42:05 (GMT)
commitca737ece9acd8168d9df4a08c9907a294053a883 (patch)
tree3ff05b394075861fb88ac31facc2d5dde68293e4 /bin/bbrelease
parent1b413fe61aa11de314f0b4f85461a88691c15069 (diff)
downloadhdf5-ca737ece9acd8168d9df4a08c9907a294053a883.zip
hdf5-ca737ece9acd8168d9df4a08c9907a294053a883.tar.gz
hdf5-ca737ece9acd8168d9df4a08c9907a294053a883.tar.bz2
Change order of naming commands (#1742)
Diffstat (limited to 'bin/bbrelease')
-rwxr-xr-xbin/bbrelease3
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