summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHans Raaf <hara@oderwat.de>2015-02-20 15:05:15 +0100
committerHans Raaf <hara@oderwat.de>2015-02-20 18:31:39 +0100
commitb6cde0bab01086f0d0e840f05a2f7ea375e2d3a8 (patch)
tree0c0030e214f395ef605b2294b56164aa6be8669d
parent95861aecf02924f84a02ee6607f1820e7f5daca4 (diff)
downloadNim-b6cde0bab01086f0d0e840f05a2f7ea375e2d3a8.tar.gz
Changed project relative path to include the right directory.
-rw-r--r--compiler/nimfix/nimfix.nim.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimfix/nimfix.nim.cfg b/compiler/nimfix/nimfix.nim.cfg
index 31a41e080..533563a98 100644
--- a/compiler/nimfix/nimfix.nim.cfg
+++ b/compiler/nimfix/nimfix.nim.cfg
@@ -2,7 +2,7 @@
 # gc:markAndSweep
 
 hint[XDeclaredButNotUsed]:off
-path:"$projectPath/../.."
+path:"$projectPath/.."
 
 path:"$lib/packages/docutils"
 path:"$nim/compiler"
63f05769f ^



16381364c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26