blob: 624fed1b8dad64da13ee9e6022dbfe0a6b779fc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- bin/vagrant.orig 2025-06-17 15:13:05 UTC
+++ bin/vagrant
@@ -5,6 +5,9 @@ Signal.trap("INT") { abort }
# 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
|