Skip to content

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

Open
jeremymurray wants to merge 1 commit intonewspaperclub:masterfrom
jeremymurray:patch-1
Open

Change system call to account for windows null redirect.#12
jeremymurray wants to merge 1 commit intonewspaperclub:masterfrom
jeremymurray:patch-1

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.

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

Successfully merging this pull request may close these issues.

1 participant