I have a small script that runs fine on my Mac OSX but when trying to run the same thing on a Windows machine, I get the following error:
c:/Ruby21/lib/ruby/gems/2.1.0/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:164: warning: cannot close fd before spawn
Is this supported for a windows environment?
I have a small script that runs fine on my Mac OSX but when trying to run the same thing on a Windows machine, I get the following error:
c:/Ruby21/lib/ruby/gems/2.1.0/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:164: warning: cannot close fd before spawn
Is this supported for a windows environment?