From: Paul Eggert Date: Sun, 4 Mar 2012 02:47:36 +0000 (-0800) Subject: tests: fix "#/bin/sh" typo X-Git-Tag: v2.69~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb454862bb167fb9aeb5222edd5ec1ab974754e1;p=thirdparty%2Fautoconf.git 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 --- 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.