]> Savannah Git Hosting - gnulib.git/commit
do-release-commit-and-tag: avoid shell syntax error
authorEric Blake <eblake@redhat.com>
Sat, 31 Dec 2016 20:44:51 +0000 (14:44 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 31 Dec 2016 20:44:51 +0000 (14:44 -0600)
commit52a5514ddf33782915338944596be28271285fe5
tree0d5d1290549bf4008cd55b3d40c69d5e010450ee
parent5996001fc550d7e12292f22f312176014f787243
do-release-commit-and-tag: avoid shell syntax error

Tagging during a rebase doesn't make sense, but it at least should
not choke with:

$ ./build-aux/do-release-commit-and-tag 1.4.18 stable
./build-aux/do-release-commit-and-tag: line 146: test: too many arguments
do-release-commit-and-tag: not on branch (no branch, rebasing branch-1.4)

* build-aux/do-release-commit-and-tag (curr_br): $branch can
contain spaces when rebasing.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
build-aux/do-release-commit-and-tag