aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
diff options
context:
space:
mode:
authorJack Nagel2013-10-26 18:30:09 -0500
committerJack Nagel2013-10-26 18:30:39 -0500
commit58f0b154964314294296944cc1d97121834ce3ce (patch)
treedfc289c54738fe6dba23ab37e6b2bef9c28e0575 /Library/Homebrew/cmd/create.rb
parent8bac55ce61f8763ee1a1fc43e7d6163f6ddb2a63 (diff)
downloadhomebrew-58f0b154964314294296944cc1d97121834ce3ce.tar.bz2
create: escape example interpolation
Fixes #23643.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 9a718b77d..c41a80be3 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -166,7 +166,7 @@ class FormulaCreator
# 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
- # executables being tested: `system "#{bin}/program", "--version"`.
+ # executables being tested: `system "\#{bin}/program", "--version"`.
system "false"
end
end