lib/veewee/provider/virtualbox/box/export_vagrant.rb in veewee-0.3.12 vs lib/veewee/provider/virtualbox/box/export_vagrant.rb in veewee-0.4.0
- old
+ new
@@ -108,10 +108,10 @@
FileUtils.cp(f,File.join(tmp_dir,f))
end
end
ui.info "Exporting the box"
- command = "#{@vboxcmd} export #{name} --output #{File.join(tmp_dir,'box.ovf')}"
+ command = "#{@vboxcmd} export \"#{name}\" --output \"#{File.join(tmp_dir,'box.ovf')}\""
env.logger.debug("Command: #{command}")
shell_exec(command, {:mute => false})
ui.info "Packaging the box"
FileUtils.cd(tmp_dir)