aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-10-26 18:30:09 -0500
committerJack Nagel2013-10-26 18:30:39 -0500
commit91dfb608054aeb373c47643eebfa60ba0058946f (patch)
tree36eefbe8324251a043fc0a22514c263fbca37c2e /Library/Homebrew/cmd
parent6857e2ed34b35e2a8168f4cd47d3cc3e057a92bd (diff)
downloadbrew-91dfb608054aeb373c47643eebfa60ba0058946f.tar.bz2
create: escape example interpolation
Fixes Homebrew/homebrew#23643.
Diffstat (limited to 'Library/Homebrew/cmd')
-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