summaryrefslogtreecommitdiff
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/isolated-functions.sh
parentFix breakage in elog function newline handling with causes blank/empty (diff)
downloadportage-multirepo-154e12ade2e1f65606a43fcbc0ccd2238286d120.tar.gz
portage-multirepo-154e12ade2e1f65606a43fcbc0ccd2238286d120.tar.bz2
portage-multirepo-154e12ade2e1f65606a43fcbc0ccd2238286d120.zip
Remove redundant 'local line' definition from previous commit.
svn path=/main/trunk/; revision=11336
Diffstat (limited to 'bin/isolated-functions.sh')
-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 aa330c98..364df5bb 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}"