mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fix typo
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
This commit is contained in:
parent
05d87412dd
commit
0690a72cfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115556
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/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/
|
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
|
case $program in
|
||||||
$0)
|
$0)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $
|
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.14 2004-08-07 08:39:51 maho Exp $
|
||||||
|
|
||||||
oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/
|
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
|
case $program in
|
||||||
$0)
|
$0)
|
||||||
|
Loading…
Reference in New Issue
Block a user