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

New commits:
commit 890611a6f55e49e9784765ef013237931da469c9
Author: Tor Lillqvist <[email protected]>
Date:   Wed Jan 29 23:34:39 2014 +0200

    In this branch $ENABLE_MACOSX_SANDBOX is YES when set, not TRUE
    
    Change-Id: I6bdbdc93957d47c392276a975a2500d6c3ce6aaf

diff --git a/solenv/bin/macosx-codesign-app-bundle 
b/solenv/bin/macosx-codesign-app-bundle
index a0423df..4197780 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -76,7 +76,7 @@ done
 # (bootstraprc and similar that the user might adjust and image files)
 # See also https://developer.apple.com/library/mac/technotes/tn2206/
 
-if test "$ENABLE_MACOSX_SANDBOX" = "TRUE"; then
+if test "$ENABLE_MACOSX_SANDBOX" = "YES"; then
     entitlements="--entitlements $BUILDDIR/lo.xcent"
 fi
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to