Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnat.eclass
Date: Thu, 27 Sep 2007 13:05:18
Message-Id: E1Iasv4-0002fi-7x@stork.gentoo.org
1 george 07/09/27 12:56:42
2
3 Modified: gnat.eclass
4 Log:
5 changed exit to return
6
7 Revision Changes Path
8 1.29 eclass/gnat.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?r1=1.28&r2=1.29
13
14 Index: gnat.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- gnat.eclass 26 Sep 2007 20:41:33 -0000 1.28
21 +++ gnat.eclass 27 Sep 2007 12:56:41 -0000 1.29
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.28 2007/09/26 20:41:33 george Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.29 2007/09/27 12:56:41 george Exp $
27 #
28 # Author: George Shapovalov <george@g.o>
29 # Belongs to: ada herd <ada@g.o>
30 @@ -134,7 +134,7 @@
31 local profiles=( $(get_env_list) )
32
33 if [[ ${profiles[@]} == "${MARKER}*" ]]; then
34 - exit
35 + return
36 # returning empty string
37 fi
38
39
40
41
42 --
43 gentoo-commits@g.o mailing list