]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use #!/, without space.
authorStepan Kasal <kasal@ucw.cz>
Wed, 29 Jun 2005 10:47:38 +0000 (10:47 +0000)
committerStepan Kasal <kasal@ucw.cz>
Wed, 29 Jun 2005 10:47:38 +0000 (10:47 +0000)
doc/autoconf.texi

index 2d155f3ac680c7a07997bad0e7c6a7aaec21bdd3..5b4564ecc1f8c2a29269b85ff738e0b115c1d499 100644 (file)
@@ -10028,7 +10028,7 @@ that involved in the fork-and-exec which runs a program or script).
 Thus, using sh, we have:
 @example
 $ cat ./descrips
-#! /bin/sh -
+#!/bin/sh -
 echo hello >&5
 $ exec 5>t
 $ ./descrips