vagrant/lib
Mitchell Hashimoto afcbeb9e7b SSH#sudo! more compatible with all commands, example in details.
As pointed out by Charles Duffy, commands such as the following
didn't work in the previous version:

    bash -c 'foo; bar'

Due to the way sudo! used `echo` to output lines into a tempfile.
This is now fixed.
2011-01-24 19:58:32 -08:00
..
vagrant SSH#sudo! more compatible with all commands, example in details. 2011-01-24 19:58:32 -08:00
vagrant.rb Load vagrant/version so that `vagrant version` works again 2011-01-07 01:25:54 -08:00