Gentoo Archives: gentoo-commits

From: Jeremy Olexa <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Wed, 30 Mar 2011 16:52:50
Message-Id: 6e5e7c0aad716803a1ef9c2584dda8dc9db79ba6.darkside@gentoo
1 commit: 6e5e7c0aad716803a1ef9c2584dda8dc9db79ba6
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 16:52:35 2011 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 16:52:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=6e5e7c0a
7
8 eapi_usage.sh: Stop using the time command
9
10 ---
11 eapi_usage.sh | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eapi_usage.sh b/eapi_usage.sh
15 index 9fc466a..5b6a4c8 100755
16 --- a/eapi_usage.sh
17 +++ b/eapi_usage.sh
18 @@ -5,6 +5,6 @@
19
20 [[ $(type pinspect 2> /dev/null) ]] || exit 1
21
22 -time pinspect eapi_usage /usr/portage
23 +pinspect eapi_usage /usr/portage
24 echo
25 echo "Date generated: $(date)"