Gentoo Archives: gentoo-dev

From: Nathan Phillip Brink <binki@g.o>
To: Tom???? Chv??tal <scarabeus@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] office-ext.eclass
Date: Mon, 29 Aug 2011 19:22:28
Message-Id: 20110829192423.GI8077@ohnopublishing.net
In Reply to: Re: [gentoo-dev] [RFC] office-ext.eclass by "Tomáš Chvátal"
1 On Mon, Aug 29, 2011 at 10:35:41AM +0200, Tom???? Chv??tal wrote:
2 > How about this attachment? :)
3
4 > # @FUNCTION: openoffice-ext_add_extension
5 > # @DESCRIPTION:
6 > # Install the extension into the office suite.
7 > openoffice-ext_add_extension() {
8 > debug-print-function ${FUNCNAME} "$@"
9 > local ext=$1
10 > local tmpdir=$(mktemp -d --tmpdir=${T})
11
12 Isn't it just as important to doublequote ${T} as it is to doublequote
13 ${D}?
14
15 --
16 binki
17
18 Look out for missing or extraneous apostrophes!

Replies

Subject Author
Re: [gentoo-dev] [RFC] office-ext.eclass Fabian Groffen <grobian@g.o>
Re: [gentoo-dev] [RFC] office-ext.eclass "Tomáš Chvátal" <scarabeus@g.o>