[Libreoffice-commits] core.git: desktop/scripts

Stephan Bergmann sbergman at redhat.com
Thu Oct 17 02:51:53 PDT 2013


 desktop/scripts/unopkg.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15be40969c107f073a3fa7f5fd67e8012ffdcbb3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 17 11:51:15 2013 +0200

    Fix quoting
    
    Change-Id: Ie2228247f5edc107ed183a25ef30256d8041e000

diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index 295f874..846c2eb 100755
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -66,7 +66,7 @@ do
 done
 
 #make sure shared extensions will be readable by all users
-[ $SHARED = true ] && umask 0022
+[ "$SHARED" = true ] && umask 0022
 
 # extend the ld_library_path for java: javaldx checks the sofficerc for us
 if [ -x "$sd_prog/../ure-link/bin/javaldx" ] ; then


More information about the Libreoffice-commits mailing list