comparison 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
comparison
equal deleted inserted replaced
12506:5dc02bbeb4be 12507:da322c027bf0
1 #!/bin/sh 1 #! /bin/sh
2 2
3 # RCS to ChangeLog generator 3 # RCS to ChangeLog generator
4 4
5 # Generate a change log prefix from RCS files and the ChangeLog (if any). 5 # Generate a change log prefix from RCS files and the ChangeLog (if any).
6 # Output the new prefix to standard output. 6 # Output the new prefix to standard output.
10 # Clump together log entries that start with `{topic} ', 10 # Clump together log entries that start with `{topic} ',
11 # where `topic' contains neither white space nor `}'. 11 # where `topic' contains neither white space nor `}'.
12 12
13 # Author: Paul Eggert <eggert@twinsun.com> 13 # Author: Paul Eggert <eggert@twinsun.com>
14 14
15 # $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp $ 15 # $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp eggert $
16 16
17 # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 17 # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
18 18
19 # This program is free software; you can redistribute it and/or modify 19 # This program is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by 20 # it under the terms of the GNU General Public License as published by