Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$RELEASE_NAME Matching error #66

Open
wangyishuai007 opened this issue Aug 4, 2020 · 1 comment
Open

$RELEASE_NAME Matching error #66

wangyishuai007 opened this issue Aug 4, 2020 · 1 comment

Comments

@wangyishuai007
Copy link

buildall.sh:222:  if [[ ! "$RELEASE_NAME" =~ CentOS.*5\.[[:digit:]] ]]; then
buildall.sh:293:if [[ ! "$RELEASE_NAME" =~ CentOS.*5\.[[:digit:]] ]]; then
source/llvm/build-source-tarball.sh:55:  if [[ ! "$RELEASE_NAME" =~ CentOS.*5\.[[:digit:]] ]]; then

CentOS.*5\.[[:digit:]] matches my CenOS 7.5

# lsb_release -r -i
Distributor ID:	CentOS
Release:	7.5.1804
@timarmstrong
Copy link
Contributor

@wangyishuai007 if you'd like to submit a pull request to fix it, please feel free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants