changeset 57742:7e9025771254

(eshell-du-sum-directory): Don't use directory-sep-char.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 15:02:06 +0000
parents aa39f835222a
children 9eb015fb8f5c
files lisp/eshell/em-unix.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-unix.el	Wed Oct 27 14:59:47 2004 +0000
+++ b/lisp/eshell/em-unix.el	Wed Oct 27 15:02:06 2004 +0000
@@ -799,7 +799,7 @@
 	(size 0.0))
     (while entries
       (unless (string-match "\\`\\.\\.?\\'" (caar entries))
-	(let* ((entry (concat path (char-to-string directory-sep-char)
+	(let* ((entry (concat path "/"
 			      (caar entries)))
 	       (symlink (and (stringp (cadr (car entries)))
 			     (cadr (car entries)))))