Gentoo Archives: gentoo-dev

From: "Tomáš Chvátal" <scarabeus@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] office-ext.eclass
Date: Tue, 30 Aug 2011 06:28:44
Message-Id: 4E5C82D3.3050403@gentoo.org
In Reply to: Re: [gentoo-dev] [RFC] office-ext.eclass by Nathan Phillip Brink
1 Dne 29.8.2011 21:24, Nathan Phillip Brink napsal(a):
2 > On Mon, Aug 29, 2011 at 10:35:41AM +0200, Tom???? Chv??tal wrote:
3 >> How about this attachment? :)
4 >
5 >> # @FUNCTION: openoffice-ext_add_extension
6 >> # @DESCRIPTION:
7 >> # Install the extension into the office suite.
8 >> openoffice-ext_add_extension() {
9 >> debug-print-function ${FUNCNAME} "$@"
10 >> local ext=$1
11 >> local tmpdir=$(mktemp -d --tmpdir=${T})
12 >
13 > Isn't it just as important to doublequote ${T} as it is to doublequote
14 > ${D}?
15 >
16 Good catch,
17 See the attachment for the latest version :)
18
19 Tom

Attachments

File name MIME type
office-ext.eclass text/plain

Replies

Subject Author
Re: [gentoo-dev] [RFC] office-ext.eclass Ulrich Mueller <ulm@g.o>