From: Richard M. Stallman Date: Wed, 27 Oct 2004 15:02:06 +0000 (+0000) Subject: (eshell-du-sum-directory): Don't use directory-sep-char. X-Git-Tag: ttn-vms-21-2-B4~4362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e020e02aa77155d6ab58b55cf8efdd781898711;p=emacs.git (eshell-du-sum-directory): Don't use directory-sep-char. --- diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index ce30cec6604..d932916d8c9 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -799,7 +799,7 @@ external command." (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)))))