projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c92621
)
Remove redundant 'local line' definition from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Aug 2008 02:09:45 +0000
(
02:09
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Aug 2008 02:09:45 +0000
(
02:09
-0000)
svn path=/main/trunk/; revision=11336
bin/isolated-functions.sh
patch
|
blob
|
history
diff --git
a/bin/isolated-functions.sh
b/bin/isolated-functions.sh
index aa330c9800c338f469eeb8769d381632f8a7f21c..364df5bbb58e273f4a36c681479f1e56baed5f5b 100755
(executable)
--- a/
bin/isolated-functions.sh
+++ b/
bin/isolated-functions.sh
@@
-217,7
+217,6
@@
elog() {
local line lines=0
save_IFS
IFS=$'\n'
- local line
for line in $* ; do
(( lines++ ))
echo -e " ${GOOD}*${NORMAL} ${line}"