# HG changeset patch # User Jim Blandy # Date 738189556 0 # Node ID 355fee3a21005465b67462d4d43f5a440c25a3a9 # Parent 44ed086285168a308c7d8f64a20d35bd6bfb1fc4 * configure.in: Make the first line of the configure script be "#!/bin/sh". Leaving the first line blank didn't work. diff -r 44ed08628516 -r 355fee3a2100 configure1.in --- 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.