Re: autoconf-2.68b/tests/m4sh.at

2012-03-03 Thread Paul Eggert
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/msg9.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



autoconf-2.68b/tests/m4sh.at

2012-03-03 Thread Tim Rice

This looks like a typo.

--- autoconf-2.68b/tests/m4sh.at.old2012-02-28 09:47:01.0 -0800
+++ autoconf-2.68b/tests/m4sh.at2012-03-03 10:19:11.679787006 -0800
@@ -569,7 +569,7 @@
   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.


-- 
Tim RiceMultitalents(707) 456-1146
t...@multitalents.net   (707) 887-1469