mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
utils/release/tag.sh: fix -revision vs. -rc check
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226124 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd89894ae3
commit
961f28cd71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user