[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf-2.68b/tests/m4sh.at
From: |
Paul Eggert |
Subject: |
Re: autoconf-2.68b/tests/m4sh.at |
Date: |
Sat, 03 Mar 2012 21:39:43 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 |
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@&address@hidden): "#!/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