[Libreoffice-commits] core.git: solenv/bin

Andras Timar andras.timar at collabora.com
Mon Mar 6 19:46:42 UTC 2017


 solenv/bin/macosx-codesign-app-bundle |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b225be8c997ffa85926217efff3654bec8c538a2
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Mar 6 20:45:59 2017 +0100

    masOS codesign: Use of unset variable is an error
    
    Change-Id: I270b7ab66d502e767a62e7e98ec3cefe7b9646d5

diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index 3db837e..39d8724 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -36,6 +36,7 @@ if test -n "$ENABLE_MACOSX_SANDBOX"; then
     other_files=''
 else
     # We then want to sign data files, too, hmm.
+    entitlements=''
     other_files="\
  -or -name '*.fodt' -or -name 'schema.strings' -or -name 'schema.xml' \
  -or -name '*.jar' -or -name 'LICENSE' -or -name 'LICENSE.html' \


More information about the Libreoffice-commits mailing list