diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-proc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index 3735f30c304..384846c7a3c 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -282,7 +282,6 @@ See `eshell-needs-pipe'." | |||
| 282 | (let ((process-connection-type | 282 | (let ((process-connection-type |
| 283 | (unless (eshell-needs-pipe-p command) | 283 | (unless (eshell-needs-pipe-p command) |
| 284 | process-connection-type)) | 284 | process-connection-type)) |
| 285 | ;; `start-process' can't deal with relative filenames. | ||
| 286 | (command (file-local-name (expand-file-name command)))) | 285 | (command (file-local-name (expand-file-name command)))) |
| 287 | (apply 'start-file-process | 286 | (apply 'start-file-process |
| 288 | (file-name-nondirectory command) nil command args))) | 287 | (file-name-nondirectory command) nil command args))) |