emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell de589a96ba 017/114: Use parse-colon-p


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell de589a96ba 017/114: Use parse-colon-path to split $PATH
Date: Tue, 5 Sep 2023 03:59:57 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit de589a96baaf1d2741d4b06dc2f773962951cafe
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Use parse-colon-path to split $PATH
---
 exec-path-from-shell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index c80245542c..6c148906a8 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -113,7 +113,7 @@ variables such as `exec-path'."
   (setenv name value)
   (when (string-equal "PATH" name)
     (setq eshell-path-env value
-          exec-path (split-string value path-separator))))
+          exec-path (parse-colon-path value))))
 
 ;;;###autoload
 (defun exec-path-from-shell-copy-envs (names)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]