[Libreoffice-commits] .: desktop/scripts

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Wed Oct 13 07:03:20 PDT 2010


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

New commits:
commit c011c9b56f1db02c4f339024888586a26291f2e3
Author: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
Date:   Wed Oct 13 10:50:33 2010 +0200

    Correcting one more bashism.

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index c0df911..f7d4a76 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -57,7 +57,7 @@ cd "$sd_cwd"
 
 # linked build needs additional settings
 if [ -e ooenv ] ; then
-    source ooenv
+    . ./ooenv
 fi
 
 sd_binary=`basename "$0"`.bin


More information about the Libreoffice-commits mailing list