aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-07-29 10:44:27 +0000
committerEli Zaretskii1999-07-29 10:44:27 +0000
commit856883894dad552fbb651d4c4dacf8793d5c59b4 (patch)
tree715ef3dcc28cff8dc87e61dc309c5643ca22e670
parent7a5b8a934b310562e992c102a89c0e96c389785f (diff)
downloademacs-856883894dad552fbb651d4c4dacf8793d5c59b4.tar.gz
emacs-856883894dad552fbb651d4c4dacf8793d5c59b4.zip
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
-rw-r--r--msdos/sedleim.inp4
1 files changed, 2 insertions, 2 deletions
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp
index ece9d6f2485..e84ce54096a 100644
--- a/msdos/sedleim.inp
+++ b/msdos/sedleim.inp
@@ -2,8 +2,8 @@
2# Configuration script for leim/Makefile under DJGPP v2.x 2# Configuration script for leim/Makefile under DJGPP v2.x
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4/^SHELL *=/c\ 4/^SHELL *=/c\
5SHELL=/dos/command\ 5SHELL=/xyzzy/command\
6MAKESHELL=/dos/command 6MAKESHELL=/xyzzy/command
7 7
8/^version=/d 8/^version=/d
9/^prefix=/d 9/^prefix=/d