From bb454862bb167fb9aeb5222edd5ec1ab974754e1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 3 Mar 2012 18:47:36 -0800 Subject: [PATCH] tests: fix "#/bin/sh" typo * tests/m4sh.at (AS@&t@_EXECUTABLE): "#!/bin/sh", not "#/bin/sh". Typo reported by Tim Rice in: http://lists.gnu.org/archive/html/autoconf-patches/2012-03/msg00009.html --- tests/m4sh.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/m4sh.at b/tests/m4sh.at index a24915b2..9456899a 100644 --- a/tests/m4sh.at +++ b/tests/m4sh.at @@ -569,7 +569,7 @@ else echo 1 fi cat > foo.sh <<\EOF || AS_EXIT([1]) -#/bin/sh +#!/bin/sh exit 0 EOF # File systems like FAT tend to fake executable permissions on all files. -- 2.47.2