From 585ee76a006f78a463650e0d447567fd2fc122f6 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 11 Oct 2016 15:04:43 -0700 Subject: [PATCH] Escape nested quotes within error message --- bin/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vagrant b/bin/vagrant index 8319fef1f..43ec25ba9 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -73,7 +73,7 @@ rescue Errno::EINVAL # nothing has yet been setup (so no access to I18n). Note that vagrant has # failed early and copy information related to problem and possible solution. $stderr.puts "Vagrant failed to initialize at a very early stage:\n\n" - $stderr.puts "Vagrant received an "EINVAL" error while attempting to set some" + $stderr.puts "Vagrant received an \"EINVAL\" error while attempting to set some" $stderr.puts "environment variables. This is usually caused by the total size of your" $stderr.puts "environment variables being too large. Vagrant sets a handful of" $stderr.puts "environment variables to function and requires this to work. Please"