fixed FIND utility's space-character handling
authorForrest Voight <forrest@forre.st>
Fri, 25 Jan 2013 20:32:49 +0000 (15:32 -0500)
committerForrest Voight <forrest@forre.st>
Fri, 25 Jan 2013 20:35:45 +0000 (15:35 -0500)
dev/FIND

index 57fd944..89a4b37 100644 (file)
--- a/dev/FIND
+++ b/dev/FIND
@@ -1 +1 @@
-find p2pool/ -iname '*py' | xargs grep $@
+find p2pool/ -iname '*py' | xargs grep "$@"