diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-03-06 20:45:59 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-03-06 20:51:29 +0100 |
commit | 25d78a02b614511f0dcf670fd7bcdd1112594fe7 (patch) | |
tree | 0cce49d4de65231f51beb4241068d5d31843278a /solenv | |
parent | 376cd99ae4bf477ac1003a64facf361699cd43f7 (diff) |
macOS codesign: Use of unset variable is an error
(cherry picked from commit b225be8c997ffa85926217efff3654bec8c538a2)
Change-Id: I270b7ab66d502e767a62e7e98ec3cefe7b9646d5
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/macosx-codesign-app-bundle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle index 1212803cf126..31880df00f2b 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' \ |