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 1QUZxI-0000uo-OA for garchives@archives.gentoo.org; Thu, 09 Jun 2011 07:47:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 832E11C065; Thu, 9 Jun 2011 07:46:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DE3F1C065 for ; Thu, 9 Jun 2011 07:46:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC9721B4018 for ; Thu, 9 Jun 2011 07:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id 740A020036 for ; Thu, 9 Jun 2011 07:46:55 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <37acab452de9c08e38c73b1bda643380da381681.robbat2@gentoo> Subject: [gentoo-commits] proj/elections:master commit in: / X-VCS-Repository: proj/elections X-VCS-Files: votify X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 37acab452de9c08e38c73b1bda643380da381681 Date: Thu, 9 Jun 2011 07:46:55 +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: abe673cc3e0832e500b813c58b519338 commit: 37acab452de9c08e38c73b1bda643380da381681 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Jun 9 07:46:48 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Jun 9 07:46:48 2011 +0000 URL: http://sources.gentoo.org/gitweb/?p=3Dproj/elections.git;a=3D= commit;h=3D37acab45 Bug #326751: ease of use for vapier with auto-complete. --- votify | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/votify b/votify index e607d66..9363962 100755 --- a/votify +++ b/votify @@ -134,6 +134,7 @@ die "$zero: only one command allowed; use --help for = help\n" if 1 < keys %opt; die "$zero: election required; use --help for help\n" unless @ARGV =3D=3D= 1; =20 my ($election) =3D $ARGV[0]; +$election =3D~ s/^\.ballot-//g; # bug 326751 my ($b) =3D Ballot->new($election); =20 # Check if the election is open. This should really happen in an