mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Source tree has files with spaces in their names now
This commit is contained in:
@@ -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 "$@"
|
||||
|
Reference in New Issue
Block a user