From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9665815808B for ; Sat, 19 Mar 2022 20:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81B27E092F; Sat, 19 Mar 2022 20:29:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E43A7E092B for ; Sat, 19 Mar 2022 20:29:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E17A9343607 for ; Sat, 19 Mar 2022 20:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 667E4315 for ; Sat, 19 Mar 2022 20:29:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647721566.5445f9de7360e13a86fb14e145cb257349ed0bbb.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5445f9de7360e13a86fb14e145cb257349ed0bbb X-VCS-Branch: master Date: Sat, 19 Mar 2022 20:29:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5f4f615-0f58-419f-871e-64be9f94f286 X-Archives-Hash: 5e9bc7a259dcb2857f19377e4db3c5a4 commit: 5445f9de7360e13a86fb14e145cb257349ed0bbb Author: Sam James gentoo org> AuthorDate: Sat Mar 19 20:25:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 19 20:26:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=5445f9de eapi-usage.sh; drop set -x Was added for debugging. Signed-off-by: Sam James gentoo.org> eapi-usage.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/eapi-usage.sh b/eapi-usage.sh index 75aa5d4..3ec8c8e 100755 --- a/eapi-usage.sh +++ b/eapi-usage.sh @@ -4,7 +4,6 @@ # Arguments: # $1: output directory. Defaults to eapi-usage. # $2: file to place stats in within $1. -set -x . /lib/gentoo/functions.sh dir=${1}