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 5B57A138350 for ; Fri, 3 Apr 2020 07:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55D77E0AC1; Fri, 3 Apr 2020 07:48:23 +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 1B353E0AC1 for ; Fri, 3 Apr 2020 07:48:23 +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 799FF34EFA5 for ; Fri, 3 Apr 2020 07:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C563154 for ; Fri, 3 Apr 2020 07:48:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585900061.6eaa227fe5da0a032c65cceea0e1bfb433943a11.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage4/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage4/controller.sh X-VCS-Directories: targets/stage4/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6eaa227fe5da0a032c65cceea0e1bfb433943a11 X-VCS-Branch: master Date: Fri, 3 Apr 2020 07:48:19 +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: 9724dad6-9ef2-4923-a828-872fb30f1dbc X-Archives-Hash: 08743004e237799b88a5b3a29af6f3dd commit: 6eaa227fe5da0a032c65cceea0e1bfb433943a11 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 3 02:50:47 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 3 07:47:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6eaa227f targets: Remove unnecessary subdir argument Signed-off-by: Matt Turner gentoo.org> targets/stage4/controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stage4/controller.sh b/targets/stage4/controller.sh index d3cc612e..a92d858a 100755 --- a/targets/stage4/controller.sh +++ b/targets/stage4/controller.sh @@ -41,7 +41,7 @@ case $1 in ;; preclean) - exec_in_chroot ${clst_shdir}/${clst_target}/preclean-chroot.sh ${clst_root_path} + exec_in_chroot ${clst_shdir}/${clst_target}/preclean-chroot.sh ;; rc-update)