* lisp/eshell/esh-proc.el (eshell-gather-process-output): Don't force
POSIX syntax. This is less confusing when running on MS-Windows.
(cherry picked from commit
e1cc2d1f61836e1da08817524999878b639e6761)
:file-handler t)))
(eshell-debug-command 'process
"started external process `%s'\n\n%s" proc
- (mapconcat (lambda (i) (shell-quote-argument i 'posix))
- (process-command proc) " "))
+ (mapconcat #'shell-quote-argument (process-command proc) " "))
(eshell-record-process-object proc)
(eshell-record-process-properties proc)
(when stderr-proc