]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-du-sum-directory): Don't use directory-sep-char.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Oct 2004 15:02:06 +0000 (15:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Oct 2004 15:02:06 +0000 (15:02 +0000)
lisp/eshell/em-unix.el

index ce30cec6604971abddf3a2d8331782f722678e5c..d932916d8c9d78c72d21447d2bffebfd2c0b4760 100644 (file)
@@ -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)))))