Mercurial > emacs
changeset 2983:355fee3a2100
* configure.in: Make the first line of the configure script be
"#!/bin/sh". Leaving the first line blank didn't work.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 23 May 1993 20:39:16 +0000 |
parents | 44ed08628516 |
children | bc54386e4fb2 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sun May 23 20:04:26 1993 +0000 +++ b/configure1.in Sun May 23 20:39:16 1993 +0000 @@ -1,7 +1,4 @@ -[ -### The above line is deliberately left blank. If it starts with a #, -### some CSH's will think this is a csh script. - +[#!/bin/sh #### Configuration script for GNU Emacs #### Copyright (C) 1992 Free Software Foundation, Inc.