summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2010-10-13 10:50:33 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-13 16:03:11 +0200
commit8c9b9b438445d86b379065a5951aa12af80f46ea (patch)
tree6fa62d59b9477e47de4f5d39e9f2c64b10d53454 /desktop/scripts
parentb2cf0f2f12f04f9aa00b554cc005604c17fbd868 (diff)
Correcting one more bashism.
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 710b485e343b..5a1d5c68e48c 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