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 bashism in MpiApps/apps scripts. #14

Closed
wants to merge 1 commit into from

Conversation

bsmith94
Copy link

Fix #12
Some scripts in MpiApps/apps shbang /bin/sh but use bash syntax.
Change this to bourne shell syntax.

  • Use = instead of ==
  • Use func() {} instead of function func {}.

Some scripts in MpiApps/apps shbang /bin/sh but use bash syntax.
Change this to bourne shell syntax.

  * Use = instead of ==
  * Use func() {} instead of function func {}.
@sjb017
Copy link
Contributor

sjb017 commented Jun 19, 2018 via email

@bsmith94 bsmith94 closed this Dec 19, 2018
@bsmith94 bsmith94 deleted the issue_12 branch December 19, 2018 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants