summaryrefslogblamecommitdiff
path: root/editors/openoffice-1.0/files/openoffice-wrapper
blob: a07bfe416b2c9695a2bbc9cfe95037fc20ec6fa9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                                     
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.0/files/Attic/openoffice-wrapper,v 1.1 2002-08-01 12:29:21 mbr Exp $

cd %%PREFIX%%/OpenOffice.org1.0/program/
program=`echo $0 | sed -e 's|.*-||'`

case $program in
$0)
	exec ./soffice "$@"
	;;
	*)
	exec ./$program "$@"
	;;
esac