summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-03 18:47:36 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-03 21:37:17 -0800
commitbb454862bb167fb9aeb5222edd5ec1ab974754e1 (patch)
tree7ce40e68b8cac487ddee583fa507e6bd36ff2e99
parent7d55ba7fd930ad1f56946ba9d7e9ef573caf93f3 (diff)
downloadautoconf-bb454862bb167fb9aeb5222edd5ec1ab974754e1.tar.gz
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
-rw-r--r--tests/m4sh.at2
1 files changed, 1 insertions, 1 deletions
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.