parent
4ad9b764e1
commit
9a8fc46c74
1 changed files with 2 additions and 2 deletions
|
@ -178,9 +178,9 @@ COMMAND, and passes ARGS to it."
|
||||||
(save-match-data
|
(save-match-data
|
||||||
(cl-loop for env in process-environment
|
(cl-loop for env in process-environment
|
||||||
if (string-match "^\\([a-zA-Z0-9_]+\\)=\\(.+\\)$" env)
|
if (string-match "^\\([a-zA-Z0-9_]+\\)=\\(.+\\)$" env)
|
||||||
concat (format "export %s=%S\n"
|
concat (format "export %s=%s;\n"
|
||||||
(match-string 1 env)
|
(match-string 1 env)
|
||||||
(match-string 2 env))))
|
(shell-quote-argument (match-string 2 env)))))
|
||||||
(format "\nexport PATH=\"%s:$PATH\"\n" (concat doom-emacs-dir "bin/"))
|
(format "\nexport PATH=\"%s:$PATH\"\n" (concat doom-emacs-dir "bin/"))
|
||||||
"\n[ -x \"$0\" ] && rm -f \"$0\"\n"
|
"\n[ -x \"$0\" ] && rm -f \"$0\"\n"
|
||||||
(if (stringp lines)
|
(if (stringp lines)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue