Use "#! /", not "#!/".
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:53:53 +0000 (22:53 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:53:53 +0000 (22:53 +0000)
automake.in

index 9498b5e..1094820 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # automake - create Makefile.in from Makefile.am
 # Copyright (C) 1994 Free Software Foundation, Inc.