Skip to content

Commit

Permalink
Fixed typos in site-start.el
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosegarciaripoll committed Jan 6, 2021
1 parent 3987efe commit 2e470c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/site-start.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(emacs-libexec-ndx (string-match "libexec" emacs-libexec-path))
(emacs-root (substring emacs-libexec-path 0 emacs-libexec-ndx))
(msys2-dir (expand-file-name "usr/bin/" emacs-root))
(mingw-dir (expand-file-name "bin/" emacs-root)
(mingw-dir (expand-file-name "bin/" emacs-root)))
(add-to-list 'exec-path msys2-dir)
(add-to-list 'exec-path mingw-dir)
(setenv "PATH" (concat mingw-dir ";" msys2-dir ";" (getenv "PATH")))
Expand Down

0 comments on commit 2e470c2

Please sign in to comment.