]> sourceware.org Git - automake.git/commitdiff
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 9498b5ecae30de6e31f8e8a13022939a1d61f3dd..10948203ddd9691bf0d5323f281c303a3a7f9bd8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # automake - create Makefile.in from Makefile.am
 # Copyright (C) 1994 Free Software Foundation, Inc.
 
This page took 0.029675 seconds and 5 git commands to generate.