summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-23 20:39:16 +0000
committerJim Blandy <jimb@redhat.com>1993-05-23 20:39:16 +0000
commited82266152d073ce533c04cbc071213b82dbc10e (patch)
tree2a7a539d40656fbf7b0a3ae66e1e6eadd4edae58 /configure1.in
parentd580a45b278c6b8cd94401a06b0983894aa4d47b (diff)
downloademacs-ed82266152d073ce533c04cbc071213b82dbc10e.tar.gz
* configure.in: Make the first line of the configure script be
"#!/bin/sh". Leaving the first line blank didn't work.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure1.in b/configure1.in
index c307f45bd0d..9793bb1ffb1 100755
--- a/configure1.in
+++ b/configure1.in
@@ -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.