diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-07 08:39:51 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-07 08:39:51 +0000 |
commit | 0690a72cfa592bae64b7a18f3f4074d7ae45d68b (patch) | |
tree | 0ae0b0c421e91e5c67772cb37e113bd88ec89c80 /editors/openoffice-1.1 | |
parent | 05d87412dd6de8d1982b359436ba6ff7a71674f4 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/files/openoffice-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/files/openoffice-wrapper b/editors/openoffice-1.1/files/openoffice-wrapper index 80bf990a9cda..9265261affa7 100644 --- a/editors/openoffice-1.1/files/openoffice-wrapper +++ b/editors/openoffice-1.1/files/openoffice-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.14 2004-08-07 08:39:51 maho Exp $ oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'` +program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` case $program in $0) |