make travis green

This commit is contained in:
Araq
2016-10-23 15:37:31 +02:00
parent 5cb50364eb
commit f9d8fd54c9

View File

@@ -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