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 D36A1138350 for ; Tue, 7 Apr 2020 17:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D70E096B; Tue, 7 Apr 2020 17:25:40 +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 88B4EE096B for ; Tue, 7 Apr 2020 17:25:40 +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 2E1B434F0CC for ; Tue, 7 Apr 2020 17:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720D3166 for ; Tue, 7 Apr 2020 17:25:37 +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: <1586280312.e41b9e40c8d20fab3be2b9a1c071cefbf37341c0.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/bootloader-setup.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e41b9e40c8d20fab3be2b9a1c071cefbf37341c0 X-VCS-Branch: master Date: Tue, 7 Apr 2020 17:25:37 +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: 59e6fd19-0ca8-44d2-b922-442ce593d2bf X-Archives-Hash: 5ca8a5427e87545ccb036dda542650a2 commit: e41b9e40c8d20fab3be2b9a1c071cefbf37341c0 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 7 17:24:00 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 7 17:25:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e41b9e40 targets: Fix copy-n-paste mistake Fixes: b28b3ce7a4ac (targets: Use mkdir -p) Signed-off-by: Matt Turner gentoo.org> targets/support/bootloader-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index db5860d5..2c69419d 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -267,7 +267,7 @@ case ${clst_hostarch} in # CD image, and then pass these components to the # `sgibootcd` tool which outputs a final CD image scratch="${1}" - mkdir -p mkdir ${scratch}/{kernels/misc,arcload} + mkdir -p ${scratch}/{kernels/misc,arcload} echo "" > ${scratch}/arc.cf # Move kernel binaries to ${scratch}/kernels, and