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 F0E5E158046 for ; Fri, 11 Oct 2024 22:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC27FE29B1; Fri, 11 Oct 2024 22:28:43 +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 C5785E29B1 for ; Fri, 11 Oct 2024 22:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0774C34320E for ; Fri, 11 Oct 2024 22:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699AB1BCF for ; Fri, 11 Oct 2024 22:28:41 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1728685675.7cf09d5ca632ab6562e3ee1ccb779ba4b521165f.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:dilfridge/qcow2 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-qcow2.sh X-VCS-Directories: targets/support/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7cf09d5ca632ab6562e3ee1ccb779ba4b521165f X-VCS-Branch: dilfridge/qcow2 Date: Fri, 11 Oct 2024 22:28: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: b335f06f-8177-45ba-b449-f5d9d99abbc5 X-Archives-Hash: ad0c75e3da4bf668074232a749023917 commit: 7cf09d5ca632ab6562e3ee1ccb779ba4b521165f Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 11 22:27:55 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 11 22:27:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7cf09d5c Fix error output Signed-off-by: Andreas K. Hüttel gentoo.org> targets/support/create-qcow2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-qcow2.sh b/targets/support/create-qcow2.sh index 7e3f2573..419e1c4e 100755 --- a/targets/support/create-qcow2.sh +++ b/targets/support/create-qcow2.sh @@ -44,7 +44,7 @@ qcow2die() { umount "${mymountpoint}" qemu-nbd -d "${mydevice}" - die $@ + die "$@" } # create a new qcow2 disk image file