Merge pull request #18000 from Homebrew/formula-creator-no-interpolated-bin

This commit is contained in:
Patrick Linnane 2024-08-09 13:44:03 -07:00 committed by GitHub
commit 102dec893b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,7 @@ module Homebrew
# to `brew install` such as `--HEAD` also need to be provided to `brew test`.
#
# The installed folder is not in the path, so use the entire path to any
# executables being tested: `system "\#{bin}/program", "do", "something"`.
# executables being tested: `system bin/"program", "do", "something"`.
system "false"
end
end