From e8d3ff5b67fa45fbd71e288684e600da919f5d8f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 13 Dec 2009 03:55:39 +0000 Subject: Combine 2 shift calls into one. (trunk r15059) svn path=/main/branches/2.1.7/; revision=15092 --- bin/ebuild-helpers/ecompress | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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