13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
--- 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
|