From: Glenn Washburn Date: Wed, 13 Oct 2021 00:40:03 +0000 (-0500) Subject: tests: Use @BUILD_SHEBANG@ autoconf var instead of literal shell X-Git-Tag: grub-2.12-rc1~551 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bdcb03bcbc7efb51a07737876d6a990a647f848;p=thirdparty%2Fgrub.git tests: Use @BUILD_SHEBANG@ autoconf var instead of literal shell This bring this test in line with the rest of the test scripts. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- 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