summaryrefslogtreecommitdiffstats
path: root/bin/bbrelease
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-07 12:08:33 (GMT)
committerGitHub <noreply@github.com>2022-05-07 12:08:33 (GMT)
commitaef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023 (patch)
treec306b50dc92d642e2a1cdbbce74d9dc94a0d4f8b /bin/bbrelease
parentb4ffea501170767686309c5b2ca209446dde6199 (diff)
downloadhdf5-aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023.zip
hdf5-aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023.tar.gz
hdf5-aef939b0bdc3bd7ac2ee8c40943cb25ee8b1f023.tar.bz2
Update package scripts (#1744)
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