public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15092 - main/branches/2.1.7/bin/ebuild-helpers
@ 2009-12-13  3:55 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-12-13  3:55 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-12-13 03:55:39 +0000 (Sun, 13 Dec 2009)
New Revision: 15092

Modified:
   main/branches/2.1.7/bin/ebuild-helpers/ecompress
Log:
Combine 2 shift calls into one. (trunk r15059)

Modified: main/branches/2.1.7/bin/ebuild-helpers/ecompress
===================================================================
--- main/branches/2.1.7/bin/ebuild-helpers/ecompress	2009-12-13 03:55:30 UTC (rev 15091)
+++ main/branches/2.1.7/bin/ebuild-helpers/ecompress	2009-12-13 03:55:39 UTC (rev 15092)
@@ -26,8 +26,7 @@
 # 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=()




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-13  3:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13  3:55 [gentoo-commits] portage r15092 - main/branches/2.1.7/bin/ebuild-helpers Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox