create: escape example interpolation

Fixes Homebrew/homebrew#23643.
This commit is contained in:
Jack Nagel 2013-10-26 18:30:09 -05:00
parent 6857e2ed34
commit 91dfb60805

View File

@ -166,7 +166,7 @@ class FormulaCreator
# were more thorough. Run the test with `brew test #{name}`. # were more thorough. Run the test with `brew test #{name}`.
# #
# The installed folder is not in the path, so use the entire path to any # The installed folder is not in the path, so use the entire path to any
# executables being tested: `system "#{bin}/program", "--version"`. # executables being tested: `system "\#{bin}/program", "--version"`.
system "false" system "false"
end end
end end