aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired-aux.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index bbb5693aa37..52d3f061ec7 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -754,7 +754,9 @@ can be produced by `dired-get-marked-files', for example."
754 ;; the output of all the commands (Bug#23206). 754 ;; the output of all the commands (Bug#23206).
755 ;; Add 'wait' to force those POSIX shells to wait until 755 ;; Add 'wait' to force those POSIX shells to wait until
756 ;; all commands finish. 756 ;; all commands finish.
757 (or (and parallel-in-background (not (memq system-type '(ms-dos windows-nt))) "&wait") 757 (or (and parallel-in-background
758 (not (memq system-type '(ms-dos windows-nt)))
759 "&wait")
758 ""))) 760 "")))
759 (t 761 (t
760 (let ((files (mapconcat 'shell-quote-argument 762 (let ((files (mapconcat 'shell-quote-argument