[PATCH] Correcting one more bashism.

Giuseppe Castagno giuseppe.castagno at acca-esse.eu
Wed Oct 13 01:50:33 PDT 2010


---
 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


--------------090302050903000903040803--


More information about the LibreOffice mailing list