redirect stderr of find to /dev/null, non existing search paths can be ignored

Change-Id: Icf2a77f8cd78da2f9d4ff7adc11308cb96464e65
private/mmeeks/cursors
Andras Timar 2018-06-15 15:04:25 +02:00
parent 3984206b69
commit 6c42c2bc91
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ find etc/passwd etc/group etc/hosts \
usr/share/zoneinfo/* \
usr/share/liblangtag \
usr/share/hyphen \
-type f
-type f 2>/dev/null
find etc/fonts \
lib/ld-* lib64/ld-* \
-type l
-type l 2>/dev/null
# Go through the LO shared objects and check what system libraries
# they link to.