vagrant/lib
Mitchell Hashimoto fd54cf0809 `vagrant ssh` now uses a direct exec() [GH-751]
Before, I was using the "super exec" by passing a single string.
Ruby handles this by actually invoking the command with a shell.
This causes some odd issues with file pathes with spaces and
expansion and other things. This no longer happens.
2012-02-06 15:27:28 -05:00
..
vagrant `vagrant ssh` now uses a direct exec() [GH-751] 2012-02-06 15:27:28 -05:00
vagrant.rb Change middleware internals to make plugin lives easier [GH-684] 2012-01-28 17:31:50 -08:00