jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Fixed Fission::Config #1060

Closed GertThiel closed 9 years ago

GertThiel commented 9 years ago

%w() splits by whitespace not newlines.

Veewee never finds /Applications/VMware Fusion.app/Contents/Library/vmrun because File.exists?(path) tests for /Applications/VMware and Fusion.app/Contents/Library/vmrun.

mpapis commented 9 years ago

thank you!