Source tree has files with spaces in their names now

This commit is contained in:
Paul Gear
2015-05-27 00:17:00 +10:00
parent 960da3c8b8
commit c27cb9d803

View File

@@ -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 "$@"