Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11336 - main/trunk/bin
Date: Wed, 06 Aug 2008 02:09:49
Message-Id: E1KQYTC-0002X9-Jd@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-08-06 02:09:45 +0000 (Wed, 06 Aug 2008)
3 New Revision: 11336
4
5 Modified:
6 main/trunk/bin/isolated-functions.sh
7 Log:
8 Remove redundant 'local line' definition from previous commit.
9
10
11 Modified: main/trunk/bin/isolated-functions.sh
12 ===================================================================
13 --- main/trunk/bin/isolated-functions.sh 2008-08-06 02:07:34 UTC (rev 11335)
14 +++ main/trunk/bin/isolated-functions.sh 2008-08-06 02:09:45 UTC (rev 11336)
15 @@ -217,7 +217,6 @@
16 local line lines=0
17 save_IFS
18 IFS=$'\n'
19 - local line
20 for line in $* ; do
21 (( lines++ ))
22 echo -e " ${GOOD}*${NORMAL} ${line}"