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

problem with shebang #10

Open
ogmueller opened this issue May 23, 2017 · 3 comments
Open

problem with shebang #10

ogmueller opened this issue May 23, 2017 · 3 comments

Comments

@ogmueller
Copy link

some syntax in the script is incompatible with /bin/sh, e.g. ${} or $()

shebang has to be something like /bin/bash

--- a/blcheck
+++ b/blcheck
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
@IntellexApps
Copy link
Owner

Should we change the shebang or the code? :)

@ogmueller
Copy link
Author

Personally I would recommend to change the shebang, because bash should be available on most/all distributions and the code is more "modern" and cleaner.

@Alwaysin
Copy link

I didn't see this but I made a PR: #15

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

No branches or pull requests

3 participants