Skip to content

Commit 2d1732a

Browse files
authored
lsp-clojure: remove bash -c from launch cmd (#2632)
1 parent d6926bd commit 2d1732a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ If there are more arguments expected after the line and column numbers."
217217
:new-connection (lsp-stdio-connection
218218
(lambda ()
219219
(or lsp-clojure-custom-server-command
220-
`("bash" "-c" ,(lsp-clojure--server-executable-path))))
220+
`(,(lsp-clojure--server-executable-path))))
221221
(lambda ()
222222
(or lsp-clojure-custom-server-command
223223
(lsp-clojure--server-executable-path))))

0 commit comments

Comments
 (0)