From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR461-0005fW-Pb for garchives@archives.gentoo.org; Sun, 06 May 2012 16:14:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A177E0845; Sun, 6 May 2012 16:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6946EE083D for ; Sun, 6 May 2012 16:06:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F10E1B407E for ; Sun, 6 May 2012 16:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5D7ACE5434 for ; Sun, 6 May 2012 16:06:09 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1289338498.1f09f04a0b9d6709fdcc77d1e658e1cafdbd0eff.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 1f09f04a0b9d6709fdcc77d1e658e1cafdbd0eff X-VCS-Branch: emacs-updater Date: Sun, 6 May 2012 16:06:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0e167a0e-56a6-4c81-a0bf-8f72c3d19335 X-Archives-Hash: 5620d637dc9631628c26dc7229bba0da commit: 1f09f04a0b9d6709fdcc77d1e658e1cafdbd0eff Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Tue Nov 9 21:34:58 2010 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Nov 9 21:34:58 2010 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D1f09f04a Default argument for shift. svn path=3D/emacs-updater/; revision=3D1585 --- emacs-updater | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emacs-updater b/emacs-updater index e63d1e6..e7e0813 100755 --- a/emacs-updater +++ b/emacs-updater @@ -115,11 +115,11 @@ do case "${1}" in -h|--help) usage 0 ;; --version) version ;; - -e|--exact) EXACT=3D"true"; shift 1 ;; - -m|--major) MAJOR=3D"true"; shift 1 ;; - -o|--orphans) ORPHANS=3D"true"; shift 1 ;; - -p|--pretend) PRETEND=3D"true"; shift 1 ;; - -n|--nocolour|--nocolor) NOCOLOUR=3D"true"; shift 1 ;; + -e|--exact) EXACT=3D"true"; shift ;; + -m|--major) MAJOR=3D"true"; shift ;; + -o|--orphans) ORPHANS=3D"true"; shift ;; + -p|--pretend) PRETEND=3D"true"; shift ;; + -n|--nocolour|--nocolor) NOCOLOUR=3D"true"; shift ;; -a|--action) ACTIONS=3D for action in ${2/,/ }; do