Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r665 - trunk/tools
Date: Mon, 31 Oct 2011 03:58:40
Message-Id: E1Mfxvd-0003lv-RS@stork.gentoo.org
1 Author: agaffney
2 Date: 2009-08-25 15:27:17 +0000 (Tue, 25 Aug 2009)
3 New Revision: 665
4
5 Modified:
6 trunk/tools/catalyst-auto
7 Log:
8 remove local keywords in non-functions
9
10 Modified: trunk/tools/catalyst-auto
11 ===================================================================
12 --- trunk/tools/catalyst-auto 2009-08-24 02:37:54 UTC (rev 664)
13 +++ trunk/tools/catalyst-auto 2009-08-25 15:27:17 UTC (rev 665)
14 @@ -139,8 +139,6 @@
15 cd ${SPECS_DIR}
16
17 for a in "" ${SETS}; do
18 - local specs_var, optional_specs_var;
19 -
20 if [ -z "${a}" ]; then
21 specs_var="SPECS"
22 optional_specs_var="OPTIONAL_SPECS"
23 @@ -200,9 +198,6 @@
24 fi
25
26 for a in "" ${SETS}; do
27 - local specs_var
28 - local optional_specs_var
29 -
30 if [ -z "${a}" ]; then
31 specs_var="SPECS"
32 optional_specs_var="OPTIONAL_SPECS"