From 04dc617a06dd9ebe862890ec86f3d4ef29a2f7f1 Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Sun, 6 Dec 2015 02:21:20 +0200 Subject: [PATCH] Use vanilla filename for hlint command --- haskell-checkers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-checkers.el b/haskell-checkers.el index a8e81ecd8..edf403ab7 100644 --- a/haskell-checkers.el +++ b/haskell-checkers.el @@ -144,7 +144,7 @@ (defun haskell-lint-make-command (file) "Generates command line for scan" - (concat haskell-lint-command " \"/" file "/\"" " " haskell-lint-options)) + (concat haskell-lint-command " \"" file "\"" " " haskell-lint-options)) (defmacro haskell-checkers-setup (type name) "Performs setup of corresponding checker. Receives two arguments: