diff options
author | Paul Eggert <eggert@twinsun.com> | 1995-07-07 22:47:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 1995-07-07 22:47:57 +0000 |
commit | d5ad1373ccae86994f44aa2b64caa0dbada4fb8c (patch) | |
tree | 5a1c9f58035465f503bbed9ab0604888bec05f41 /lib-src/rcs2log | |
parent | e6b7241010c01a7c802d594cea0b4fbbb6d66e7c (diff) | |
download | emacs-d5ad1373ccae86994f44aa2b64caa0dbada4fb8c.tar.gz |
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
that interpret `#! /' as a 4-byte magic number.
Diffstat (limited to 'lib-src/rcs2log')
-rwxr-xr-x | lib-src/rcs2log | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 632b6679e3a..c910e898009 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -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. |