mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
utils/release/tag.sh: fix -revision vs. -rc check
llvm-svn: 226124
This commit is contained in:
parent
d706163e8b
commit
9aae7d601e
@ -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…
Reference in New Issue
Block a user