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-28 21:50:57 -08:00
2012-01-07 21:16:40 -08:00
2012-01-25 10:42:35 -08:00
2011-12-14 22:49:14 -08:00
2012-02-05 13:17:00 +01:00