Mercurial > emacs
diff lib-src/rcs2log @ 12507:da322c027bf0
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
that interpret `#! /' as a 4-byte magic number.
| author | Paul Eggert <eggert@twinsun.com> |
|---|---|
| date | Fri, 07 Jul 1995 22:47:57 +0000 |
| parents | 67f759e94c3e |
| children | 68a8bae7a172 |
line wrap: on
line diff
--- a/lib-src/rcs2log Fri Jul 07 20:01:01 1995 +0000 +++ b/lib-src/rcs2log Fri Jul 07 22:47:57 1995 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # RCS to ChangeLog generator @@ -12,7 +12,7 @@ # Author: Paul Eggert <eggert@twinsun.com> -# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp $ +# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
