diff options
Diffstat (limited to 'compiler/nimfix')
-rw-r--r-- | compiler/nimfix/nimfix.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimfix/nimfix.nim b/compiler/nimfix/nimfix.nim index 58b019cd3..96007477f 100644 --- a/compiler/nimfix/nimfix.nim +++ b/compiler/nimfix/nimfix.nim @@ -98,7 +98,7 @@ proc handleCmdLine(config: ConfigRef) = gProjectPath = getCurrentDir() loadConfigs(DefaultConfig, config) # load all config files # now process command line arguments again, because some options in the - # command line can overwite the config file's settings + # command line can overwrite the config file's settings extccomp.initVars() processCmdLine(passCmd2, "", config) mainCommand() |