[Libreoffice-commits] online.git: loolwsd-systemplate-setup

Andras Timar andras.timar at collabora.com
Fri Jun 15 13:05:54 UTC 2018


 loolwsd-systemplate-setup |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6c42c2bc91d9cffc89cbccce1a083638aefbd9b3
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Jun 15 15:04:25 2018 +0200

    redirect stderr of find to /dev/null, non existing search paths can be ignored
    
    Change-Id: Icf2a77f8cd78da2f9d4ff7adc11308cb96464e65

diff --git a/loolwsd-systemplate-setup b/loolwsd-systemplate-setup
index 50cc5aa92..3eed41ae6 100755
--- a/loolwsd-systemplate-setup
+++ b/loolwsd-systemplate-setup
@@ -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.


More information about the Libreoffice-commits mailing list