projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd89894
)
utils/release/tag.sh: fix -revision vs. -rc check
author
Hans Wennborg
<hans@hanshq.net>
Thu, 15 Jan 2015 04:36:20 +0000
(
04:36
+0000)
committer
Hans Wennborg
<hans@hanshq.net>
Thu, 15 Jan 2015 04:36:20 +0000
(
04:36
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226124
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/release/tag.sh
patch
|
blob
|
history
diff --git
a/utils/release/tag.sh
b/utils/release/tag.sh
index
2dfba04
..
503413b
100755
(executable)
--- a/
utils/release/tag.sh
+++ b/
utils/release/tag.sh
@@
-117,7
+117,7
@@
tag_release=`echo $release | sed -e 's,\.,,g'`
if [ "x$rc" = "x" ]; then
tag_version
else
- if [ "
x$revision" != "x
" ]; then
+ if [ "
$revision" != "HEAD
" ]; then
echo "error: cannot use -revision with -rc"
echo
usage