aboutsummaryrefslogblamecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/openoffice-wrapper
blob: 4b9a158cfc3e5aeb5b973a31de9e0078b7608e3f (plain) (tree)
1
2
3
4
5
6
7
8
9

         
                                                                                                                                   
 
                                                       
                                                   


                
                            

          
                             

          
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.13 2004-06-13 23:57:01 maho Exp $

oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/
program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'`

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