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:45:59 +0100 |
commit | b225be8c997ffa85926217efff3654bec8c538a2 (patch) | |
tree | 9614ce5b9b717ee9ba6582598a47fc95acaaf30c /solenv/bin/macosx-codesign-app-bundle | |
parent | f05d8e3fa3c05f565dae9aef292d9c736771f357 (diff) |
masOS codesign: Use of unset variable is an error
Change-Id: I270b7ab66d502e767a62e7e98ec3cefe7b9646d5
Diffstat (limited to 'solenv/bin/macosx-codesign-app-bundle')
-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 3db837e69ae4..39d87246a92f 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' \ |