From 569bd7c42583040a261372714bbd9abb16467e0c Mon Sep 17 00:00:00 2001 From: Bovard Tiberi Date: Thu, 12 Dec 2013 16:53:41 -0700 Subject: doctor: fix PATH issues in comments Closes Homebrew/homebrew#25170. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/doctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 15922275d..e1dbf1678 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -500,7 +500,7 @@ def check_user_path_2 <<-EOS.undent Homebrew's bin was not found in your PATH. Consider setting the PATH for example like so - echo export PATH="#{HOMEBREW_PREFIX}/bin:$PATH" >> ~/.bash_profile + echo export PATH='#{HOMEBREW_PREFIX}/bin:$PATH' >> ~/.bash_profile EOS end end @@ -514,7 +514,7 @@ def check_user_path_3 Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in #{HOMEBREW_PREFIX}/sbin. Consider setting the PATH for example like so - echo export PATH="#{HOMEBREW_PREFIX}/sbin:$PATH" >> ~/.bash_profile + echo export PATH='#{HOMEBREW_PREFIX}/sbin:$PATH' >> ~/.bash_profile EOS end end -- cgit v1.2.3