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

Modified shebang to use bash rather than plain sh #3737

Merged
merged 5 commits into from
May 15, 2018

Conversation

programingjd
Copy link
Contributor

tfb doesn't work on wsl with the #!/bin/sh shebang, bash needs to be specified instead.

tfb
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this actually matter?

@msmith-techempower msmith-techempower merged commit 7cf8eda into TechEmpower:master May 15, 2018
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.

2 participants