Escape interpolation examples
This commit is contained in:
parent
ebcf8be789
commit
1bb7dfcafd
@ -18,7 +18,7 @@ module FormulaCellarChecks
|
|||||||
['A top-level "man" directory was found.',
|
['A top-level "man" directory was found.',
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Homebrew requires that man pages live under share.
|
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
|
EOS
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
@ -30,7 +30,7 @@ module FormulaCellarChecks
|
|||||||
['A top-level "info" directory was found.',
|
['A top-level "info" directory was found.',
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Homebrew suggests that info pages live under share.
|
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
|
EOS
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user