# HG changeset patch # User Richard M. Stallman # Date 1098889326 0 # Node ID 7e9025771254a64d52ac6576050ea830eb8b153b # Parent aa39f835222a87226749bc7908ef6c511044125f (eshell-du-sum-directory): Don't use directory-sep-char. diff -r aa39f835222a -r 7e9025771254 lisp/eshell/em-unix.el --- 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)))))