projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40a94a
)
Combine 2 shift calls into one.
v2.2_rc59
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:28:05 +0000
(
03:28
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:28:05 +0000
(
03:28
-0000)
svn path=/main/trunk/; revision=15059
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=()