We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The following v3.1.3 files use sed -r which is not supported under macOS and FreeBDS (sed -E has to be used instead):
sed -r
sed -E
Based on the discussion in Slack these sed calls are not required anymore.
sed
It would be great if the shell scripts could be changed, so that they run unchanged under macOS.
The text was updated successfully, but these errors were encountered:
Removed unneeded sed from test-runner
69b577c
Changed `sed -r` to `sed -E` Resolves #796
No branches or pull requests
The following v3.1.3 files use
sed -r
which is not supported under macOS and FreeBDS (sed -E
has to be used instead):Based on the discussion in Slack these
sed
calls are not required anymore.It would be great if the shell scripts could be changed, so that they run unchanged under macOS.
The text was updated successfully, but these errors were encountered: