check_tmpdir_executable: Remove stray undent
Fix the error: Error: undefined method undent for #<String> .../extend/os/linux/diagnostic.rb:41:in check_tmpdir_executable
This commit is contained in:
parent
96fee494c4
commit
db361e29b8
@ -38,7 +38,7 @@ module Homebrew
|
|||||||
f.close
|
f.close
|
||||||
return if system f.path
|
return if system f.path
|
||||||
|
|
||||||
<<~EOS.undent
|
<<~EOS
|
||||||
The directory #{HOMEBREW_TEMP} does not permit executing
|
The directory #{HOMEBREW_TEMP} does not permit executing
|
||||||
programs. It is likely mounted as "noexec". Please set HOMEBREW_TEMP
|
programs. It is likely mounted as "noexec". Please set HOMEBREW_TEMP
|
||||||
in your #{shell_profile} to a different directory, for example:
|
in your #{shell_profile} to a different directory, for example:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user