summaryrefslogtreecommitdiff
path: root/lib-src/=rcs2log
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1995-07-07 22:47:57 +0000
committerPaul Eggert <eggert@twinsun.com>1995-07-07 22:47:57 +0000
commitdc84f5f28905dab9aa34c98cc7b42c976bf9a07c (patch)
tree9717794c75071f6e0137776588c6a22b1413408d /lib-src/=rcs2log
parent05882d64c5c8cbaaadbfd7f0865babde3128fa22 (diff)
downloademacs-dc84f5f28905dab9aa34c98cc7b42c976bf9a07c.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')
-rw-r--r--lib-src/=rcs2log4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log
index 632b6679e3a..c910e898009 100644
--- 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.