From d7320399e2497aae9b9c3fa83d94b7210d21bfb5 Mon Sep 17 00:00:00 2001 From: Jonas Stendahl Date: Fri, 14 Mar 2014 12:42:28 +0100 Subject: [PATCH] Fixed broken PowerShell scripts execution [GH-3192] --- lib/vagrant/util/powershell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/util/powershell.rb b/lib/vagrant/util/powershell.rb index e092cdde9..7baba26ce 100644 --- a/lib/vagrant/util/powershell.rb +++ b/lib/vagrant/util/powershell.rb @@ -21,7 +21,7 @@ module Vagrant "powershell", "-NoProfile", "-ExecutionPolicy", "Bypass", - "'#{path}'", + "&('#{path}')", args ].flatten