summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 14:29:14 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 19:59:54 +0000
commit5b7dff553cf51ecc3d21a2231861390d16ccf0eb (patch)
treebe8a23e9277d0d8d6e566306754f4a0717201eec /solenv
parentaa05e128de6a8dd0382d0c324676c728dc347ac0 (diff)
ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/macosx-codesign-app-bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index cbe9fa00f356..e00b1b507760 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -68,7 +68,7 @@ done
#
# At this stage we also attach the entitlements in the sandboxing case
-if test $ENABLE_MACOSX_SANDBOX = YES; then
+if test $ENABLE_MACOSX_SANDBOX = TRUE; then
entitlements="--entitlements $BUILDDIR/lo.xcent"
fi