]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
tests: fix "#/bin/sh" typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 02:47:36 +0000 (18:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 05:37:17 +0000 (21:37 -0800)
* 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

index a24915b2ebdf9d018a69499c44e0e0d68dcccaf2..9456899af9b3f0638881aaa5ccefc8fda34bd9c0 100644 (file)
@@ -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.