Arduino-Makefile icon indicating copy to clipboard operation
Arduino-Makefile copied to clipboard

Fix: 'grep: warning: stray \ before #' in GNU grep >= 3.8

Open jenda122 opened this issue 2 years ago • 1 comments

After upgrading GNU grep in Debian from 3.6 to 3.8, I get lots of "grep: warning: stray \ before #" warnings. This fixes it.

jenda122 avatar Oct 04 '22 23:10 jenda122

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

liam-clink avatar Jun 26 '23 04:06 liam-clink