diff options
author | Araq <rumpf_a@web.de> | 2012-12-15 22:35:16 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-15 22:35:16 +0100 |
commit | a22c1f444fa76cc06fee1ae31c79986e9c3b459f (patch) | |
tree | 2226d8cc4813b7b38988d14309ff603c60ff19c2 /config/nimrod.cfg | |
parent | c98696d7428346b53c8998bf8fab77fe08830e2e (diff) | |
download | Nim-a22c1f444fa76cc06fee1ae31c79986e9c3b459f.tar.gz |
fixes #271
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-x | config/nimrod.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index ea3d11a0e..9db13e836 100755 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -33,7 +33,7 @@ path="$lib/ecmas" path="$lib/pure/unidecode" @if nimbabel: - babelpath="$home/babeltest/" + babelpath="$home/.babel/libs/" @end @if release or quick: |