summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/openoffice-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/openoffice-wrapper')
-rw-r--r--editors/openoffice-1.0/files/openoffice-wrapper6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/files/openoffice-wrapper b/editors/openoffice-1.0/files/openoffice-wrapper
index 28a571a83200..d5707b7ad633 100644
--- a/editors/openoffice-1.0/files/openoffice-wrapper
+++ b/editors/openoffice-1.0/files/openoffice-wrapper
@@ -1,10 +1,14 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.0/files/Attic/openoffice-wrapper,v 1.2 2002-08-04 00:18:09 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.0/files/Attic/openoffice-wrapper,v 1.3 2003-01-21 17:09:39 mbr Exp $
oopath=%%PREFIX%%/OpenOffice.org1.0/program/
program=`echo $0 | sed -e 's|.*-||'`
+if [ ! $LANG ]; then
+ export LANG=%%LANG%%
+fi
+
case $program in
$0)
exec $oopath/soffice "$@"