Commit a75c7c7
committed
Fix warning from grep when running make
Newer versions of grep were giving warnings when running make using
our Makefile.
"grep: warning: stray \ before /"
This commit fixes the cause of the warnings.1 parent e4aea8c commit a75c7c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments