Bryan Drewery hace 22 años
padre
commit
4ea8bf4fa6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      misc/grep

+ 1 - 1
misc/grep

@@ -1,3 +1,3 @@
 #!/bin/sh
 grep=`which grep`
-grep "$@" | grep -v "^Binary" | grep -v "src/_" | grep -v "help\." | grep -v "CVS" | grep -v ".deps.*\.Po"
+grep "$@" | grep -v "^Binary" | grep -v "src/_" | grep -v "help\." | grep -v "CVS" | grep -v ".deps.*\.Po" | grep -v "\.c~:"