grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 8/8] tests: Use @BUILD_SHEBANG@ autoconf var instead of literal s


From: Glenn Washburn
Subject: [PATCH 8/8] tests: Use @BUILD_SHEBANG@ autoconf var instead of literal shell
Date: Sun, 14 Mar 2021 21:20:23 -0500

This bring this test in line with the rest of the test scripts.

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]