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

Use /bin/sh as the interpreter for installation script. #279

Merged
merged 2 commits into from
Apr 23, 2018

Conversation

femiagbabiaka
Copy link
Contributor

Users of *BSD systems will usually have bash installed under /usr/local or something of the sort.

There were two viable options here, the other is to use the env tool to determine the location of bash.

However, after linting this file with the sh installed on my system,
I decided that this will do.

Users of *BSD systems will usually have bash installed under /usr/local or something of the sort.
There were two viable options here, the other is to use the `env` tool to determine the location
of bash. However, after linting this file with the sh interpreter installed on my system,
I discovered that this will do.
@ZyX-I ZyX-I merged commit a08b1f6 into powerline:master Apr 23, 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