commit: 7cf09d5ca632ab6562e3ee1ccb779ba4b521165f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 22:27:55 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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