Explorar el Código

* greg?

svn: 814
Bryan Drewery hace 22 años
padre
commit
0c8078fc78
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=`which grep`
 grep "$@" | grep -v "^Binary" | grep -v "src/_" | grep -v "help." | grep -v "CVS" | grep -v ".deps.*\.Po"