Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde-meta.eclass
Date: Sun, 08 Feb 2009 21:33:09
Message-Id: E1LWHH0-0004Dl-B4@stork.gentoo.org
1 carlo 09/02/08 21:33:06
2
3 Modified: kde-meta.eclass
4 Log:
5 Missing quotes, bug #258203.
6
7 Revision Changes Path
8 1.89 eclass/kde-meta.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde-meta.eclass?rev=1.89&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde-meta.eclass?rev=1.89&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde-meta.eclass?r1=1.88&r2=1.89
13
14 Index: kde-meta.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v
17 retrieving revision 1.88
18 retrieving revision 1.89
19 diff -u -r1.88 -r1.89
20 --- kde-meta.eclass 8 Feb 2009 16:21:20 -0000 1.88
21 +++ kde-meta.eclass 8 Feb 2009 21:33:06 -0000 1.89
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.88 2009/02/08 16:21:20 carlo Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.89 2009/02/08 21:33:06 carlo Exp $
27
28 # @ECLASS: kde-meta.eclass
29 # @MAINTAINER:
30 @@ -320,7 +320,7 @@
31 # Avoid syncing if possible
32 # No idea what the above comment means...
33 if [[ -n "$RAWTARBALL" ]]; then
34 - rm -f $T/$RAWTARBALL
35 + rm -f "${T}"/$RAWTARBALL
36 fi
37
38 # Default $S is based on $P not $myP; rename the extracted dir to fit $S