From: Paul Eggert Date: Fri, 7 Jul 1995 22:47:57 +0000 (+0000) Subject: Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems X-Git-Tag: emacs-19.34~3352 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5ad1373ccae86994f44aa2b64caa0dbada4fb8c;p=emacs.git Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems that interpret `#! /' as a 4-byte magic number. --- diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index 3f41d48b0da..f954e54bd45 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # This script accepts any number of file arguments and checks them into RCS. # 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 -# $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. diff --git a/lib-src/vcdiff b/lib-src/vcdiff index f5ab7645a81..d53d549b057 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff @@ -1,9 +1,9 @@ -#!/bin/sh +#! /bin/sh # # Enhanced sccs diff utility for use with vc mode. # This version is more compatible with rcsdiff(1). # -# $Id: vcdiff,v 1.3 1993/08/25 08:18:56 eggert Exp eggert $ +# $Id: vcdiff,v 1.4 1993/12/03 09:29:18 eggert Exp eggert $ # DIFF="diff"