Brew misinterprets #
as formulae name
#6114
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Comments are supposed to be removed by the shell, not passed to commands. Sounds like you turned interactive comments off in your bash config. From the bash man page:
Not a Homebrew maintainer, but I don't think it's a good idea for Homebrew to ignore users' shell configuration and assume that any instance of |
Beta Was this translation helpful? Give feedback.
Comments are supposed to be removed by the shell, not passed to commands. Sounds like you turned interactive comments off in your bash config. From the bash man page:
Not a Homebrew maintainer, but I don't think it's a good idea for Homebrew to ignore users' shell confi…