This commit is contained in:
Ganesh Viswanathan 2017-11-07 19:14:17 -06:00
commit 2dc2e865fa

View file

@ -364,8 +364,6 @@ proc runcfg(cfg: string) =
var compile: seq[string] = @[] var compile: seq[string] = @[]
var dynlib: seq[string] = @[] var dynlib: seq[string] = @[]
for act in CONFIG[file].keys(): for act in CONFIG[file].keys():
echo act
echo "A" & CONFIG[file][act] & "A"
action = act.replace(re"\..*", "") action = act.replace(re"\..*", "")
if action == "create": if action == "create":
writeFile(file, CONFIG[file][act]) writeFile(file, CONFIG[file][act])