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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7A001396D3 for ; Sun, 3 Sep 2017 06:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA384E0E61; Sun, 3 Sep 2017 06:28:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A50C3E0E61 for ; Sun, 3 Sep 2017 06:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 989D5341236 for ; Sun, 3 Sep 2017 06:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 203928C36 for ; Sun, 3 Sep 2017 06:28:25 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1504420092.2e75e7625dea6b33da999b48436719d2dc54b7cc.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_funcs.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2e75e7625dea6b33da999b48436719d2dc54b7cc X-VCS-Branch: master Date: Sun, 3 Sep 2017 06:28:25 +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-Archives-Salt: 1a22b8ed-75c7-4d3f-b892-c09a3b6fa970 X-Archives-Hash: 5eecb1670adbb57b384f513ec0babe18 commit: 2e75e7625dea6b33da999b48436719d2dc54b7cc Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 3 06:23:33 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Sep 3 06:28:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2e75e762 gen_funcs: less cleanup if debug. Signed-off-by: Robin H. Johnson gentoo.org> gen_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_funcs.sh b/gen_funcs.sh index 9c9d3d6..9e8cb1c 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -227,7 +227,7 @@ gen_die() { print_error 1 '' # Cleanup temp dirs and caches if requested - cleanup + isTrue "${CMD_DEBUGCLEANUP}" && cleanup exit 1 }