From nobody Sat May 4 08:32:30 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1570782529; cv=none; d=zoho.com; s=zohoarc; b=O3hFrOyX73eJiU8uYV2NLsilcwjX2YPv7l9nUorCFD0/ps3TFR3t9AzzEdEb5cB9oPjkabdlktspa6P2NKFqNWphzA5oL1tnRexOTqQrpLukgyB1YBO1WTkqv46sV0S8KWSFCuG2iMRyoLvddl6DGrdZ4ekPRuh3jdWJcd9X6jI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570782529; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=ICF//bc3JsiK1kl+qW2ydhZUQmMBCp3iYmE6OBvfawk=; b=EvV/xRBF9VHzHNk6WKuFvARV5ehirPiTtYEqwSZRQ6T2xKm4ZDXS24mSg5llQ/ABDNI80wfpmAhb0gqPuncPeWGYNf7iivEXfaP5VH9kJ71epNYYL/IbIxE8hrei40dBz7F2xMNqfxy3WPu4LQ1PF80pMA29EOl5kS5KG0zKdSo= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570782529415792.4231578576395; Fri, 11 Oct 2019 01:28:49 -0700 (PDT) Received: from localhost ([::1]:47162 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIqI2-0000Rs-5b for importer@patchew.org; Fri, 11 Oct 2019 04:28:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43406) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIqGh-000840-DA for qemu-devel@nongnu.org; Fri, 11 Oct 2019 04:27:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIqGe-000446-Uk for qemu-devel@nongnu.org; Fri, 11 Oct 2019 04:27:22 -0400 Received: from cmccmta3.chinamobile.com ([221.176.66.81]:13196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iIqGe-0003x6-5J for qemu-devel@nongnu.org; Fri, 11 Oct 2019 04:27:20 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.1]) by rmmx-syy-dmz-app11-12011 (RichMail) with SMTP id 2eeb5da03cd4570-3460f; Fri, 11 Oct 2019 16:27:00 +0800 (CST) Received: from LAPTOPBMTSOBR7 (unknown[10.42.68.12]) by rmsmtp-syy-appsvr01-12001 (RichMail) with SMTP id 2ee15da03cce38d-9225c; Fri, 11 Oct 2019 16:27:00 +0800 (CST) X-RM-TRANSID: 2eeb5da03cd4570-3460f X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2ee15da03cce38d-9225c From: To: References: In-Reply-To: Subject: [Qemu-devel] [PATCH] tests/rebuild-expected-aml.sh: Modern shell scripting (use $() instead of ``) Date: Fri, 11 Oct 2019 16:26:55 +0800 Message-ID: <02f501d5800d$a4a059c0$ede10d40$@cmss.chinamobile.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJjGx4Wa+Q6/sLIx9mtUtwwo82A/qY5420Q Content-Language: zh-cn X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 221.176.66.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: imammedo@redhat.com, mst@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Various shell files contain a mix of obsolete `` and modern $(); It would be nice to convert to use $() everywhere. Signed-off-by: Yifan Luo --- tests/data/acpi/rebuild-expected-aml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/acpi/rebuild-expected-aml.sh b/tests/data/acpi/rebuild-expected-aml.sh index f89d462..07c5814 100755 --- a/tests/data/acpi/rebuild-expected-aml.sh +++ b/tests/data/acpi/rebuild-expected-aml.sh @@ -29,7 +29,7 @@ for qemu in $qemu_bins; do TEST_ACPI_REBUILD_AML=3Dy QTEST_QEMU_BINARY=3D$qemu tests/bios-tables-= test done =20 -eval `grep SRC_PATH=3D config-host.mak` +eval $(grep SRC_PATH=3D config-host.mak) =20 echo '/* List of comma-separated changed AML files to ignore */' > ${SRC_PATH}/tests/bios-tables-test-allowed-diff.h =20 --=20 1.8.3.1