On 03/03/2012 10:32 AM, Tim Rice wrote: > -#/bin/sh > +#!/bin/sh
Thanks, I pushed that fix as follows: * 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/m4sh.at b/tests/m4sh.at index a24915b..9456899 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. -- 1.7.6.5