Merge pull request #8380 from sjackman/undent

check_tmpdir_executable: Remove a stray call to undent
This commit is contained in:
Mike McQuaid 2020-08-17 21:35:09 +01:00 committed by GitHub
commit c61427db7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: