changeset 16808:aac35896dd04

(dired-do-chxxx): Use -- only on GNU systems.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Jan 1997 02:30:23 +0000
parents f8d567e52662
children c378600f005d
files lisp/dired-aux.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu Jan 02 01:30:36 1997 +0000
+++ b/lisp/dired-aux.el	Thu Jan 02 02:30:23 1997 +0000
@@ -98,7 +98,10 @@
     (setq failures
 	  (dired-bunch-files 10000
 			     (function dired-check-process)
-			     (list operation program new-attribute "--")
+			     (append 
+			      (list operation program new-attribute)
+			      (if (string-match "gnu" system-configuration)
+				  '("--") nil))
 			     files))
     (dired-do-redisplay arg);; moves point if ARG is an integer
     (if failures