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

Syntax error on Linux Ubuntu with #!/usr/bin/env sh #18

Closed
Manaphy91 opened this issue Aug 18, 2016 · 2 comments
Closed

Syntax error on Linux Ubuntu with #!/usr/bin/env sh #18

Manaphy91 opened this issue Aug 18, 2016 · 2 comments

Comments

@Manaphy91
Copy link

Hi, on Ubuntu 14.04 LTS when I try to use with I obtain the following syntax error:
with: 12: with: Syntax error: "(" unexpected (expecting "fi")
If I try to replace #!/usr/bin/env sh with #!/usr/bin/env bash all the troubles go away.
I think I obtain that error because on Ubuntu sh is a link to dash shell.

@mchav
Copy link
Owner

mchav commented Aug 18, 2016

Same problem as issue #15
Keeping it at bash would be wise until we find a way to make it work on dash as well.

@mchav
Copy link
Owner

mchav commented Aug 18, 2016

Closed in favour of #15

@mchav mchav closed this as completed Aug 18, 2016
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

2 participants