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 <gentoo-commits+bounces-331560-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q4ydW-0000cu-CM
	for garchives@archives.gentoo.org; Wed, 30 Mar 2011 16:52:50 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 072D31C00D;
	Wed, 30 Mar 2011 16:52:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id C662A1C00D
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Mar 2011 16:52:41 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 307D61B4196
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Mar 2011 16:52:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 92CD180065
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Mar 2011 16:52:40 +0000 (UTC)
From: "Jeremy Olexa" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" <darkside@gentoo.org>
Message-ID: <6e5e7c0aad716803a1ef9c2584dda8dc9db79ba6.darkside@gentoo>
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
X-VCS-Repository: proj/qa-scripts
X-VCS-Files: eapi_usage.sh
X-VCS-Directories: /
X-VCS-Committer: darkside
X-VCS-Committer-Name: Jeremy Olexa
X-VCS-Revision: 6e5e7c0aad716803a1ef9c2584dda8dc9db79ba6
Date: Wed, 30 Mar 2011 16:52:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: f65ef80ced014839d86cd7a78a0be7fd

commit:     6e5e7c0aad716803a1ef9c2584dda8dc9db79ba6
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 16:52:35 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 16:52:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qa-scripts.gi=
t;a=3Dcommit;h=3D6e5e7c0a

eapi_usage.sh: Stop using the time command

---
 eapi_usage.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/eapi_usage.sh b/eapi_usage.sh
index 9fc466a..5b6a4c8 100755
--- a/eapi_usage.sh
+++ b/eapi_usage.sh
@@ -5,6 +5,6 @@
=20
 [[ $(type pinspect 2> /dev/null) ]] || exit 1
=20
-time pinspect eapi_usage /usr/portage
+pinspect eapi_usage /usr/portage
 echo
 echo "Date generated: $(date)"