summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-06 02:09:45 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-06 02:09:45 +0000
commit154e12ade2e1f65606a43fcbc0ccd2238286d120 (patch)
tree2b3cef0ad5e6609ca546447ba2ac6d2908476f1a /bin
parent7c926214d164b5ac1f197ccf7b8dcd34f4787536 (diff)
downloadportage-154e12ade2e1f65606a43fcbc0ccd2238286d120.tar.gz
portage-154e12ade2e1f65606a43fcbc0ccd2238286d120.tar.bz2
portage-154e12ade2e1f65606a43fcbc0ccd2238286d120.zip
Remove redundant 'local line' definition from previous commit.
svn path=/main/trunk/; revision=11336
Diffstat (limited to 'bin')
-rwxr-xr-xbin/isolated-functions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index aa330c980..364df5bbb 100755
--- 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}"