Fix processing of VBOX_INSTALL_PATH

This commit is contained in:
Yavor Nikolov 2014-04-26 11:05:32 +03:00
parent 557a451e2f
commit 2cbaa98751
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module VagrantPlugins
# If the executable exists, then set it as the main path
# and break out
vboxmanage = "#{path}VBoxManage.exe"
vboxmanage = "#{single}VBoxManage.exe"
if File.file?(vboxmanage)
@vboxmanage_path = Vagrant::Util::Platform.cygwin_windows_path(vboxmanage)
break