summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-13 03:28:05 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-13 03:28:05 +0000
commit091bc9ad011550aacc466cdccf32fd6d0ba8e835 (patch)
treedaa279b9f9800204219d2d06dec1af309d586c5f /bin/ebuild-helpers
parente40a94aae6fd8515622d018cb1615875364819ea (diff)
downloadportage-091bc9ad011550aacc466cdccf32fd6d0ba8e835.tar.gz
portage-091bc9ad011550aacc466cdccf32fd6d0ba8e835.tar.bz2
portage-091bc9ad011550aacc466cdccf32fd6d0ba8e835.zip
Combine 2 shift calls into one.v2.2_rc59
svn path=/main/trunk/; revision=15059
Diffstat (limited to 'bin/ebuild-helpers')
-rwxr-xr-xbin/ebuild-helpers/ecompress3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ebuild-helpers/ecompress b/bin/ebuild-helpers/ecompress
index c6e0fc548..ecf362cea 100755
--- 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=()