-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
che.sh does not run #2295
Comments
Same problem here. |
@andresbono what's your OS and version please? |
OS and version: Ubuntu 16.04.1 LTS |
@eivantsov I think the problem would be fixed changing line 420 from che.sh file Hope it helps you too. |
@andresbono - that syntax will break on mac + windows. If we need to do a truly posix implementation: |
@TylerJewell Oh, I missed that. As the compound assignment |
It may be! If you change that on Ubuntu, does it run? I have access to a windows and mac box that I can test. I have to tell you - these posix shell issues are a real pain in the rear end. We keep running into them, even though we run different tests. |
@andresbono - we have decided to add the right shebang - tested on mac, windows and ubuntu - all ok. The PR was just merged. |
@TylerJewell Great! I also think it is the best solution. Glad to have helped. |
OS and version: Ubuntu 14.04
Happens both to artik-ide.sh and che.sh
The text was updated successfully, but these errors were encountered: