Open jenda122 opened 2 years ago
After upgrading GNU grep in Debian from 3.6 to 3.8, I get lots of "grep: warning: stray \ before #" warnings. This fixes it.
I was just about to submit just the same pull request. The reason for this btw is that it's bringing grep into line with the POSIX standard. See: https://github.com/koalaman/shellcheck/issues/2573
After upgrading GNU grep in Debian from 3.6 to 3.8, I get lots of "grep: warning: stray \ before #" warnings. This fixes it.