Combine 2 shift calls into one. v2.2_rc59
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Dec 2009 03:28:05 +0000 (03:28 -0000)
committerZac 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

index c6e0fc548704bd2d2bc6c3b9704d8a75cd15fad3..ecf362cea8c9bd8c10701f17e2bed8b9a3633031 100755 (executable)
@@ -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=()