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

Fix issue with macOS /bin/sh and weird source names #520

Merged
merged 1 commit into from Mar 12, 2019

Conversation

clarkema
Copy link
Contributor

This test was causing errors on macOS with the following message:

/bin/sh: Lon: Illegal byte sequence

/bin/sh on macOS 10.14.1 is Bash 3.2.57. This patch takes the shell
out of the equation by using run instead of shell.

This test was causing errors on macOS with the following message:

/bin/sh: Lon: Illegal byte sequence

/bin/sh on macOS 10.14.1 is Bash 3.2.57.  This patch takes the shell
out of the equation by using `run` instead of `shell`.
@lizmat lizmat merged commit 40bd883 into Raku:master Mar 12, 2019
@clarkema clarkema deleted the fix-non-utf-source-macos branch March 12, 2019 19:57
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

Successfully merging this pull request may close these issues.

None yet

2 participants