We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6861f75 commit 95221b1Copy full SHA for 95221b1
1 file changed
Makefile
@@ -146,7 +146,7 @@ lesson-files :
146
147
## * lesson-fixme : show FIXME markers embedded in source files
148
lesson-fixme :
149
- @fgrep -i -n FIXME ${MARKDOWN_SRC} || true
+ @grep --fixed-strings --word-regexp --line-number --no-messages FIXME ${MARKDOWN_SRC} || true
150
151
##
152
## IV. Auxililary (plumbing) commands
0 commit comments