From db361e29b8d4909757e624fafdfb6186d0fe112a Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Mon, 17 Aug 2020 11:54:42 -0700 Subject: [PATCH] check_tmpdir_executable: Remove stray undent Fix the error: Error: undefined method undent for # .../extend/os/linux/diagnostic.rb:41:in check_tmpdir_executable --- Library/Homebrew/extend/os/linux/diagnostic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/extend/os/linux/diagnostic.rb b/Library/Homebrew/extend/os/linux/diagnostic.rb index 61110bbec3..9e2fab3aaf 100644 --- a/Library/Homebrew/extend/os/linux/diagnostic.rb +++ b/Library/Homebrew/extend/os/linux/diagnostic.rb @@ -38,7 +38,7 @@ module Homebrew f.close return if system f.path - <<~EOS.undent + <<~EOS The directory #{HOMEBREW_TEMP} does not permit executing programs. It is likely mounted as "noexec". Please set HOMEBREW_TEMP in your #{shell_profile} to a different directory, for example: