From: Tom Tromey Date: Sun, 12 Nov 1995 22:53:53 +0000 (+0000) Subject: Use "#! /", not "#!/". X-Git-Tag: Release-0-25~389 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=02106625dabfc65ca940352a06bd925258e9e3bf;p=automake.git Use "#! /", not "#!/". --- diff --git a/automake.in b/automake.in index 9498b5ec..10948203 100755 --- a/automake.in +++ b/automake.in @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # automake - create Makefile.in from Makefile.am # Copyright (C) 1994 Free Software Foundation, Inc.