Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Change system call to account for windows null redirect. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremymurray
Copy link

On windows, /dev/null doesn't exist and causes this command to fail. 2>nul works the same way on that platform.

On windows, /dev/null doesn't exist and causes this command to fail.  2>nul works the same way on that platform.
@jeremymurray
Copy link
Author

If you didn't want to depend on Gem (for pre-1.9), could also do a check for the presence of /dev/null or any other Win platform check.

@jeremymurray
Copy link
Author

Hi all. This PR is now approaching two years old. The build failures above all appear to be due to other gems. I have been working around it locally for quite a while, but thought I'd put one last ping here in case.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant