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

Thorsten Behrens Thorsten.Behrens at CIB.de
Tue May 12 01:37:38 PDT 2015


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

New commits:
commit 27491725a689d98e6b327bd1faaf4258b923783f
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Tue May 12 10:36:51 2015 +0200

    Fixup my earlier quoting fix.
    
    Change-Id: I9a7afb28e09f7f8aa577e180f647839d67964bdf

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 3a83c22..8729368 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -57,7 +57,7 @@ cd "$sd_cwd"
 
 # linked build needs additional settings
 if [ -e "${sd_prog}/ooenv" ] ; then
-    . "${sd_prog}/ooenv}"
+    . "${sd_prog}/ooenv"
 fi
 
 # try to get some debug output?


More information about the Libreoffice-commits mailing list