Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b9731838d7124c193af09c6739754e364d9c75df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b9731838d7124c193af09c6739754e364d9c75df)
  • Date: Thu, 9 Sep 2021 20:50:15 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/qemu/CONFIGURE | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b9731838d7124c193af09c6739754e364d9c75df
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qemu: Fix QEMU_ARCHS sanitization warnings

diff --git a/utils/qemu/CONFIGURE b/utils/qemu/CONFIGURE
index 67f7022..ca0ff39 100755
--- a/utils/qemu/CONFIGURE
+++ b/utils/qemu/CONFIGURE
@@ -27,8 +27,8 @@ else
for (i = 1; i <= NF; i++) selected[$i]
FS = " "
}
- $1 in selected {print $1; next}
- {printf "WARN: %s architecture removed\n", $1 >"/dev/stderr"}
+ $1 in selected {print $1; delete selected[$1]; next}
+ END {for (i in selected) printf "WARN: %s architecture removed\n", $1
>"/dev/stderr"}
' "$QEMU_ARCH_FILE")
fi




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b9731838d7124c193af09c6739754e364d9c75df), Ismael Luceno, 09/09/2021

Archive powered by MHonArc 2.6.24.

Top of Page