You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: