projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8db73
)
Combine 2 shift calls into one. (trunk r15059)
v2.1.7.14
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:55:39 +0000
(
03:55
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:55:39 +0000
(
03:55
-0000)
svn path=/main/branches/2.1.7/; revision=15092
bin/ebuild-helpers/ecompress
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/ecompress
b/bin/ebuild-helpers/ecompress
index c6e0fc548704bd2d2bc6c3b9704d8a75cd15fad3..ecf362cea8c9bd8c10701f17e2bed8b9a3633031 100755
(executable)
--- a/
bin/ebuild-helpers/ecompress
+++ b/
bin/ebuild-helpers/ecompress
@@
-26,8
+26,7
@@
fi
# new_args: global array used to return revised arguments
decompress_args() {
local suffix=$1 binary=$2
- shift
- shift
+ shift 2
# Initialize the global new_args array.
new_args=()