projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e332af3
)
Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing code here.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Apr 2009 17:48:31 +0000
(17:48 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Apr 2009 17:48:31 +0000
(17:48 -0000)
svn path=/main/trunk/; revision=13279
bin/ebuild-helpers/ecompress
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/ecompress
b/bin/ebuild-helpers/ecompress
index 8b4fb98a3a071a329d505871d61f2411bd116fcf..574a1c6570a336c426ce2e1b24110eedb071e6bf 100755
(executable)
--- a/
bin/ebuild-helpers/ecompress
+++ b/
bin/ebuild-helpers/ecompress
@@
-75,7
+75,7
@@
case $1 in
for x in "$@" ; do
[[ ${x##*.} =~ $mask_ext_re ]] && continue
filtered_args[$i]=$x
- ((i
|=1
))
+ ((i
++
))
done
[ $i -eq 0 ] && exit 0
set -- "${filtered_args[@]}"