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

rake fails under Windows because of hard-coded path separator #19

Closed
mkilling opened this issue Jun 6, 2011 · 1 comment
Closed

rake fails under Windows because of hard-coded path separator #19

mkilling opened this issue Jun 6, 2011 · 1 comment

Comments

@mkilling
Copy link
Contributor

mkilling commented Jun 6, 2011

Hey,
creating a new pindah project and running rake debug does not work under Windows because line 17 oflib/pindah.rb tries to separate the $PATH using colons and Windows uses semicolons.

tools = path.split(":").detect {|p| File.exists? "#{p}/android" }
@zapnap
Copy link
Contributor

zapnap commented Jun 9, 2011

I just pushed a commit that should fix the path separator issue. I don't have a Windows box at the moment (should be back online sometime next week) but if you could check it out and report any other problems, we'd appreciate it. Thanks!

@zapnap zapnap closed this as completed Jun 9, 2011
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