mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 10:38:55 +00:00
fix the bad syntax
This commit is contained in:
parent
e997ddbc15
commit
3f393385c4
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -77,7 +77,7 @@ if test -n "$RCRELEASE"; then
|
||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||
else
|
||||
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
||||
if grep -q release_ $BRANCH; then
|
||||
if echo $BRANCH|grep -q release_; then
|
||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||
else
|
||||
FULL_VERSION="llvm-toolchain-snapshot_"$VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user