hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
65 stars 65 forks source link

Use bash pattern mathing instead of grep for macOS compatibility #284

Closed Atry closed 2 years ago

Atry commented 2 years ago

/usr/bin/grep on macOS does not support PCRE.

This PR also try to detect the version number from the current branch of the HHVM work tree, and fallback to the latest version only if the current branch is not a release branch.

Atry commented 2 years ago

Updated to use bash pattern matching