Bryan Drewery 22 anni fa
parent
commit
0c8078fc78
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"