vagrant/lib
Brian Cain 3844a8e9f9
(#9056) Pass ruby block to capture stdout when determining PS version
Prior to this commit, the function used to determine the version of
Powershell would loop forever inside the Subprocess.execute function
because the process would never exit. This commit fixes that by passing
in a ruby block to capture the version from stdout instead of trying to
capture it from the returned process when it exits.
2018-02-22 10:04:16 -08:00
..
vagrant (#9056) Pass ruby block to capture stdout when determining PS version 2018-02-22 10:04:16 -08:00
vagrant.rb Use Ruby's resolver by default and allow replace to be disabled 2018-01-22 10:40:33 -08:00