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

Shell scripts in 2.3.3 broken #355

Closed
damphyr opened this issue Feb 21, 2017 · 2 comments
Closed

Shell scripts in 2.3.3 broken #355

damphyr opened this issue Feb 21, 2017 · 2 comments

Comments

@damphyr
Copy link

damphyr commented Feb 21, 2017

Just stumbled over this: When using the 2.3.3 installer and setting it in the path rake invocation fails in git bash with

$ rake -T
bash: /c/tools/ruby/bin/rake: C:/Users/Justin/Projects/rubyinstaller/sandbox/ruby23_mingw/bin/ruby.exe: bad interpreter: No such file or directory

Looks like Justin built this on his own machine :).
Huge kudos for the work, but while the batch file wrappers work, all built-in shell wrappers are broken. Unfortunately, Windows now sometimes has a bash as well :(

@damphyr
Copy link
Author

damphyr commented Feb 21, 2017

With ruby in the PATH replacing all #! with

#!ruby.exe

provides a workaround.

@Azolo
Copy link
Member

Azolo commented Apr 17, 2017

Duplicate of #317

@Azolo Azolo closed this as completed Apr 17, 2017
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