From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1mImyB-0002rs-CD for mharc-grub-devel@gnu.org; Wed, 25 Aug 2021 03:05:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mImy7-0002mE-Jk for grub-devel@gnu.org; Wed, 25 Aug 2021 03:05:05 -0400 Received: from mail-qv1-xf31.google.com ([2607:f8b0:4864:20::f31]:43655) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mImy6-0002hv-2E for grub-devel@gnu.org; Wed, 25 Aug 2021 03:05:03 -0400 Received: by mail-qv1-xf31.google.com with SMTP id z2so8592500qvl.10 for ; Wed, 25 Aug 2021 00:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficientek-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=6jg7Dp4uB0MWmzk2G31pg0pWzHPmU/JfYU4ywzMAj+M=; b=LeT1r72rn+p67EvE7FzLxyDYijp63ez2wYnYMraEgp/TKrFViwfR9pJmmtqlB8RbrM CYe8HAd1RaZKNQ7U0KyL/S+83VsvWg46svVkfoT9QlawttitcaYnICI0UPRvaDrrXlzo BxQp4ts25ERo9S/xT8AgF+MHGm6ZA9/zQit0bDvzwPe2Gxu9uqv18Kp5JvIX6ZAV5907 McDBoW9//dxf6SA1LRLTxSj+quhVcCUckXrcJBhX7mYR9llmydfo88/dwGk588U03lAq V1mCrgeRlRutv+B9AosgIlR40x/TzhB3NFsVq76IZgGsAZCHrQfR8Y3gr46FGfbgtG04 WQeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=6jg7Dp4uB0MWmzk2G31pg0pWzHPmU/JfYU4ywzMAj+M=; b=OL11V/StSz9oE6veMr637ef/8zIj24Z4S6Zbv0QUW41qaTigH7alRU+ptV6M8Dd6MP RGZVKUrjMwYOrwMwLS27glIub5QloVVlGEXp34G8qu7qeM88ILdxG2YymGoEspIMnzhL XqRAnW8ztOyoUA2p2S2QRnNAqK3TriFjbAQgiM8EaAG+YyUfPOHkiCjkluHG4K/b4ZGN V0gEaxvpOXGCEnHZXbOV/Jvt/glufTi3VGWYl+5Pn55Hy5mhaGh0j+7Tc/8YQ+SBOwLy q/OFAk5LXrGKKonUSzZ4dFWFYZV3Qt/cYOII9vonjZQmnL+bFiG7/QOIsasPepWG0g/l gMNg== X-Gm-Message-State: AOAM533G8AX4I1Bx4MyodF6dAWAyTJ4fCbwS0jxYuKypphsPs1JbQVb/ biVQcYJtCVtVk0AokcFfXFP1/NG02EU029C2 X-Google-Smtp-Source: ABdhPJwoVZ4qxY3HgaIetYM2M5gyO5HdxvhndDDUvSmoxbobap9+Z7hzfuSTSfD61DmQDM8P1vnJJQ== X-Received: by 2002:a05:6214:194b:: with SMTP id q11mr43276445qvk.33.1629875100986; Wed, 25 Aug 2021 00:05:00 -0700 (PDT) Received: from localhost.localdomain ([199.58.83.11]) by smtp.gmail.com with ESMTPSA id g1sm12444585qkd.89.2021.08.25.00.04.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Aug 2021 00:05:00 -0700 (PDT) From: Glenn Washburn To: grub-devel@gnu.org, Daniel Kiper Cc: Glenn Washburn Subject: [PATCH v2 8/8] tests: Use @BUILD_SHEBANG@ autoconf var instead of literal shell Date: Wed, 25 Aug 2021 02:04:02 -0500 Message-Id: <40f77d41bfc7ca4dcda4975cd716bd9e10db7660.1629874373.git.development@efficientek.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::f31; envelope-from=development@efficientek.com; helo=mail-qv1-xf31.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2021 07:05:06 -0000 This bring this test in line with the rest of the test scripts. Signed-off-by: Glenn Washburn --- tests/f2fs_test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/f2fs_test.in b/tests/f2fs_test.in index 1ea77c826..8c415db61 100644 --- a/tests/f2fs_test.in +++ b/tests/f2fs_test.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!@BUILD_SHEBANG@ set -e -- 2.27.0