From c27cb9d803e4980089b9366491e119d19f0e85d9 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Wed, 27 May 2015 00:17:00 +1000 Subject: [PATCH] Source tree has files with spaces in their names now --- contrib/findit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/findit b/contrib/findit index a6407b63d..6c89281ca 100755 --- a/contrib/findit +++ b/contrib/findit @@ -9,4 +9,4 @@ find . \ -path ./mibs -prune -o \ -path ./rrd -prune -o \ -name .git -prune -o \ - -type f -print|xargs grep "$@" + -type f -print0|xargs -0 grep "$@"