summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-09-09 14:39:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-09-09 14:39:16 (GMT)
commit7b386f559dd2ce905442d04a1a64c04bfca77229 (patch)
tree66ae65da774b8475fef5806f95fd2af918f7c402 /bin
parent45b3a5c7e384fe22b8e2a93502e1c92900deac55 (diff)
downloadhdf5-7b386f559dd2ce905442d04a1a64c04bfca77229.zip
hdf5-7b386f559dd2ce905442d04a1a64c04bfca77229.tar.gz
hdf5-7b386f559dd2ce905442d04a1a64c04bfca77229.tar.bz2
[svn-r27714] Merge from 1.8 branch.
Add mod file changes from trunk
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbrelease b/bin/bbrelease
index fea498a..1e3b88d 100755
--- a/bin/bbrelease
+++ b/bin/bbrelease
@@ -260,7 +260,7 @@ if [ X$revmode = Xyes ]; then
# Copy old version of config/lt_vers.am, since it's hard to
# "undo" changes to it.
cp config/lt_vers.am $tmpdir
- branch=`svn info | grep URL: | awk -F/ '{print $NF}'`
+ branch=`svn info | grep ^URL: | awk -F/ '{print $NF}'`
revision=`svn info | grep "Last Changed Rev:" | awk '{print $4}'`
# Set version information to m.n.r-r$revision.
# (h5vers does not correctly handle just m.n.r-$today.)