mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
make travis green
This commit is contained in:
@@ -313,7 +313,7 @@ proc parseIniFile(c: var ConfigData) =
|
||||
of cfgSectionStart:
|
||||
section = normalize(k.section)
|
||||
of cfgKeyValuePair:
|
||||
var v = `%`(k.value, c.vars, {useEnvironment})
|
||||
var v = `%`(k.value, c.vars, {useEnvironment, useEmpty})
|
||||
c.vars[k.key] = v
|
||||
|
||||
case section
|
||||
|
||||
Reference in New Issue
Block a user