summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vagrant-1.6.5-fix-dependencies.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/vagrant-1.6.5-fix-dependencies.patch b/vagrant-1.6.5-fix-dependencies.patch
index 16c5489..f9624b0 100644
--- a/vagrant-1.6.5-fix-dependencies.patch
+++ b/vagrant-1.6.5-fix-dependencies.patch
@@ -1,12 +1,14 @@
diff --git a/bin/vagrant b/bin/vagrant
-index 21630e1..4fc6b96 100755
+index 21630e1..ac28e04 100755
--- a/bin/vagrant
+++ b/bin/vagrant
-@@ -15,7 +15,7 @@ end
+@@ -15,7 +15,9 @@ end
# Fast path the version of Vagrant
if argv.include?("-v") || argv.include?("--version")
- require "vagrant/version"
++ # Fixes non-gemified Vagrant to display the version.
++ # https://github.com/mitchellh/vagrant/pull/4703
+ require_relative "../lib/vagrant/version"
puts "Vagrant #{Vagrant::VERSION}"
exit 0