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
..
2012-01-20 11:25:39 -08:00
2012-02-05 13:23:53 +01:00