Merge pull request #8380 from sjackman/undent
check_tmpdir_executable: Remove a stray call to undent
This commit is contained in:
commit
c61427db7c
@ -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