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 1QTW7b-0004tH-Hs for garchives@archives.gentoo.org; Mon, 06 Jun 2011 09:29:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D10E1C021; Mon, 6 Jun 2011 09:29:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CB0931C021 for ; Mon, 6 Jun 2011 09:29:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 632F21B4006 for ; Mon, 6 Jun 2011 09:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 707CD8003C for ; Mon, 6 Jun 2011 09:29:10 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <05d5fdfa977a3b2ea405e741bea2b940f2b9184a.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump_new_revision.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 05d5fdfa977a3b2ea405e741bea2b940f2b9184a Date: Mon, 6 Jun 2011 09:29:10 +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: X-Archives-Hash: f43445632918ceb7333ecd728cf50b9d commit: 05d5fdfa977a3b2ea405e741bea2b940f2b9184a Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Mon Jun 6 09:27:07 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Mon Jun 6 09:27:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D05d5fdfa [bump_new_revision.sh] Update script to get output_dir from the arguments= . --- Documentation/maintainers/bump_new_revision.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentati= on/maintainers/bump_new_revision.sh index b5ffad0..9316685 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -187,7 +187,7 @@ BUMP_VERSION=3D SET=3D DIR=3D OUTPUT_DIR=3D -while getopts a:s:v:b:l:p:o arg ; do +while getopts a:s:v:b:l:p:o: arg ; do case ${arg} in a) OPERATION=3D${OPTARG} ;; s) SLOT=3D${OPTARG} ;;