* configure: Start with a blank line; this keeps some old CSH's
from thinking it's a CSH script. Most systems will just use /bin/sh to run it, which is what we're expecting; the only other shells which might try to interpret it themselves are probably Bourne-compatible.
This commit is contained in:
parent
868e080d41
commit
0691c17956
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
### The above line is deliberately left blank. If it starts with a #,
|
||||
### some CSH's will think this is a csh script.
|
||||
|
||||
#### Configuration script for GNU Emacs
|
||||
#### Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue