diff options
Diffstat (limited to 'util/autoport/log_maker.go')
-rw-r--r-- | util/autoport/log_maker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/log_maker.go b/util/autoport/log_maker.go index 50e0e65827..7c8240eaec 100644 --- a/util/autoport/log_maker.go +++ b/util/autoport/log_maker.go @@ -89,7 +89,7 @@ func MakeLogs(outDir string) { switch opt { case "y", "yes": - opt += " -f" + inteltoolArgs += "f" } RunAndSave(outDir+"/inteltool.log", "../inteltool/inteltool", inteltoolArgs) |