You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
compare to current hhvm tags - if 4.x is requested, make sure that 4.x.0 does not already exist, and that 4.(x-1).0 does
make sure that we have gnu sed available (SED="$(if [ "$(uname -s)" == "Darwin" ]; then echo gsed; else echo sed; fi)" then checking that $SED is executable)
This could hard-fail (and be commented out to override) or prompt for confirmation (not for sed failure though)
The text was updated successfully, but these errors were encountered:
fredemmott
added a commit
to fredemmott/hhvm-packaging
that referenced
this issue
Jul 22, 2019
4.x
is requested, make sure that4.x.0
does not already exist, and that4.(x-1).0
doesSED="$(if [ "$(uname -s)" == "Darwin" ]; then echo gsed; else echo sed; fi)"
then checking that$SED
is executable)This could hard-fail (and be commented out to override) or prompt for confirmation (not for sed failure though)
The text was updated successfully, but these errors were encountered: