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 BF19313835B for ; Sat, 19 Dec 2020 19:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0909AE09B4; Sat, 19 Dec 2020 19:56:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD914E09AB for ; Sat, 19 Dec 2020 19:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 16D46341082 for ; Sat, 19 Dec 2020 19:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 460FF3A1 for ; Sat, 19 Dec 2020 19:56:02 +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: <1604336168.eb5509b929cf162ecb1bea35f7aa4e3d150edf6d.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eb5509b929cf162ecb1bea35f7aa4e3d150edf6d X-VCS-Branch: wip/mattst88 Date: Sat, 19 Dec 2020 19:56:02 +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: a66b8ae2-9a39-4381-82af-6e5a6b681bd0 X-Archives-Hash: e83c26656036ad88b5286233fdd4fa0b commit: eb5509b929cf162ecb1bea35f7aa4e3d150edf6d Author: Matt Turner gentoo org> AuthorDate: Mon Nov 2 16:47:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Nov 2 16:56:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=eb5509b9 targets: Expand extra_opts into separate words I introduced this mistaken when reworking the patch referenced below. Fixes: 7e1ea3ac ("Build ISO with Joliet directory information") Signed-off-by: Matt Turner gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index a5d5194e..70684f78 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -197,7 +197,7 @@ case ${clst_hostarch} in esac echo ">> Running grub-mkrescue to create iso image...." - grub-mkrescue "${extra_opts[*]}" -o "${1}" "${clst_target_path}" + grub-mkrescue "${extra_opts[@]}" -o "${1}" "${clst_target_path}" ;; esac exit $? 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 225D4138359 for ; Mon, 2 Nov 2020 17:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4339FE0824; Mon, 2 Nov 2020 17:05:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 25638E0824 for ; Mon, 2 Nov 2020 17:05:44 +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 3A74D335D91 for ; Mon, 2 Nov 2020 17:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5FB41DF for ; Mon, 2 Nov 2020 17:05:41 +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: <1604336168.eb5509b929cf162ecb1bea35f7aa4e3d150edf6d.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eb5509b929cf162ecb1bea35f7aa4e3d150edf6d X-VCS-Branch: master Date: Mon, 2 Nov 2020 17:05:41 +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: f1ba02ea-195a-4fcd-bb71-7f2ca40a34cb X-Archives-Hash: 653bc0ffdcd1fd378c1524a5c905ebb1 Message-ID: <20201102170541.nWs43J9j8974BfQrSGzVpUhrhXJxzy1qZrJOz1Ztx98@z> commit: eb5509b929cf162ecb1bea35f7aa4e3d150edf6d Author: Matt Turner gentoo org> AuthorDate: Mon Nov 2 16:47:56 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Nov 2 16:56:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=eb5509b9 targets: Expand extra_opts into separate words I introduced this mistaken when reworking the patch referenced below. Fixes: 7e1ea3ac ("Build ISO with Joliet directory information") Signed-off-by: Matt Turner gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index a5d5194e..70684f78 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -197,7 +197,7 @@ case ${clst_hostarch} in esac echo ">> Running grub-mkrescue to create iso image...." - grub-mkrescue "${extra_opts[*]}" -o "${1}" "${clst_target_path}" + grub-mkrescue "${extra_opts[@]}" -o "${1}" "${clst_target_path}" ;; esac exit $?