Hi all,

per subject.

CC'ed to kendy because he was the committer of the change this patch partially corrects (see libs-core 06305328f46e5775f3f5337ece71f22adaa259c2)

beppec56

--
Kind Regards,
Giuseppe Castagno
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
beppec56 at openoffice.org
>From 83fe19ee8d082b486c5fef2ab223fd05ea70d15f Mon Sep 17 00:00:00 2001
From: Giuseppe Castagno <giuseppe.casta...@acca-esse.eu>
Date: Wed, 13 Oct 2010 10:50:33 +0200
Subject: [PATCH] Correcting one more bashism.

---
 desktop/scripts/soffice.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index fdd8077..d37b197 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
-- 
1.6.3.3

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to