From 091bc9ad011550aacc466cdccf32fd6d0ba8e835 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 13 Dec 2009 03:28:05 +0000 Subject: Combine 2 shift calls into one. svn path=/main/trunk/; revision=15059 --- bin/ebuild-helpers/ecompress | 3 +-- 1 file changed, 1 insertion(+), 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=() -- cgit v1.2.3-1-g7c22