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 e849140 commit 9c889bdCopy full SHA for 9c889bd
Makefile
@@ -38,7 +38,7 @@ graphviz:
38
mv $@.tmp $@
39
40
dotfiles.txt: graphviz
41
- find graphviz -name '*.dot' | egrep -v "(nullderefrebuildlist\.dot|^graphviz/tests/.*)$$" > $@.tmp
+ find graphviz -name '*.dot' | grep -E -v "(nullderefrebuildlist\.dot|^graphviz/tests/.*)$$" > $@.tmp
42
43
44
clone-build:
0 commit comments