changeset 65169:4614e3dc5d9f

(eshell-windows-shell-file): Look for command.com, not command.exe.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Aug 2005 12:15:38 +0000
parents b93526432c17
children a4100ce1e377
files lisp/eshell/esh-ext.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-ext.el	Fri Aug 26 22:51:28 2005 +0000
+++ b/lisp/eshell/esh-ext.el	Sat Aug 27 12:15:38 2005 +0000
@@ -92,7 +92,7 @@
       (if (string-match "\\(\\`cmdproxy\\|sh\\)\\.\\(com\\|exe\\)"
 			shell-file-name)
 	  (or (eshell-search-path "cmd.exe")
-	      (eshell-search-path "command.exe"))
+	      (eshell-search-path "command.com"))
 	shell-file-name))
   "*The name of the shell command to use for DOS/Windows batch files.
 This defaults to nil on non-Windows systems, where this variable is