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/?a=commitdiff_plain;h=b32409e79ca1940259eb4afe45fb730bc2ba5bf3;hp=4eb118be2409d4b9f8f4848a36f6d6d01162e8a8;p=p2pool.git 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 "$@"