aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-system.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2016-10-26 09:53:38 +0200
committerGravatar Hendrik Tews <hendrik@askra.de>2016-10-27 09:25:47 +0200
commit24858fa6989ae8b41e0c31fca5499cceeb4f21e8 (patch)
tree395ade4005280b91f4262ed681767940ac360c5b /coq/coq-system.el
parent25355560b4aa25b17b754c33c9ba2a18d7498df4 (diff)
fix parallel compilation and improve assertions and debugging code
- fixes #92
Diffstat (limited to 'coq/coq-system.el')
-rw-r--r--coq/coq-system.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-system.el b/coq/coq-system.el
index f133d1c5..8df77da0 100644
--- a/coq/coq-system.el
+++ b/coq/coq-system.el
@@ -270,7 +270,7 @@ request compatibility handling of flags."
(list "-R" (expand-file-name dir) alias)))
(pcase entry
((and (pred stringp) dir)
- (list "-Q" (expand-file-name dir) "\"\""))
+ (list "-Q" (expand-file-name dir) ""))
(`(ocamlimport ,dir)
(list "-I" (expand-file-name dir)))
(`(recnoimport ,dir ,alias)