mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
PR: 215905 Submitted by: matthew Reviewed by: matthew Approved by: matthew (mentor), joe@thrallingpenguin.com (maintainer) Differential Revision: https://reviews.freebsd.org/D9232
12 lines
393 B
Text
12 lines
393 B
Text
--- bin/vagrant.orig 2016-11-04 21:32:25 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'
|
|
+
|
|
# Split arguments by "--" if its there, we'll recombine them later
|
|
argv = ARGV.dup
|
|
argv_extra = []
|