From: Forrest Voight Date: Fri, 25 Jan 2013 20:32:49 +0000 (-0500) Subject: fixed FIND utility's space-character handling X-Git-Tag: 11.2~3 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=b32409e79ca1940259eb4afe45fb730bc2ba5bf3 fixed FIND utility's space-character handling --- diff --git a/dev/FIND b/dev/FIND index 57fd944..89a4b37 100644 --- a/dev/FIND +++ b/dev/FIND @@ -1 +1 @@ -find p2pool/ -iname '*py' | xargs grep $@ +find p2pool/ -iname '*py' | xargs grep "$@"