forked from Lainports/freebsd-ports
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.1/CHANGELOG.md PR: 233273 Approved by: joe at thrallingpenguin dot com (maintainer)
12 lines
430 B
Text
12 lines
430 B
Text
--- bin/vagrant.orig 2018-11-16 19:25:33 UTC
|
|
+++ bin/vagrant
|
|
@@ -5,6 +5,9 @@
|
|
# initializing which have historically resulted in stack traces.
|
|
Signal.trap("INT") { abort }
|
|
|
|
+ENV["VAGRANT_INSTALLER_ENV"] = 'true'
|
|
+ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = '@PREFIX@/share/vagrant/embedded'
|
|
+
|
|
# Disable exception reporting by default if available
|
|
if Thread.respond_to?(:report_on_exception=)
|
|
Thread.report_on_exception = false
|