Skip to content
Snippets Groups Projects
Commit 1bb7dfca authored by Jack Nagel's avatar Jack Nagel
Browse files

Escape interpolation examples

parent ebcf8be7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ module FormulaCellarChecks
['A top-level "man" directory was found.',
<<-EOS.undent
Homebrew requires that man pages live under share.
This can often be fixed by passing "--mandir=#{man}" to configure.
This can often be fixed by passing "--mandir=\#{man}" to configure.
EOS
]
end
......@@ -30,7 +30,7 @@ module FormulaCellarChecks
['A top-level "info" directory was found.',
<<-EOS.undent
Homebrew suggests that info pages live under share.
This can often be fixed by passing "--infodir=#{info}" to configure.
This can often be fixed by passing "--infodir=\#{info}" to configure.
EOS
]
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment