mirror of https://github.com/KLayout/klayout.git
parent
fbcd9516a5
commit
6dfc5fe38a
|
|
@ -362,7 +362,8 @@ def Run():
|
||||||
#-----------------------------------------------------
|
#-----------------------------------------------------
|
||||||
# [2] Make the consolidated command line
|
# [2] Make the consolidated command line
|
||||||
#-----------------------------------------------------
|
#-----------------------------------------------------
|
||||||
command = "%s \\\n" % BuildBash
|
command = "time"
|
||||||
|
command += " \\\n %s" % BuildBash
|
||||||
command += parameters
|
command += parameters
|
||||||
command += " 2>&1 | tee %s" % MacBuildLog
|
command += " 2>&1 | tee %s" % MacBuildLog
|
||||||
if CheckComOnly:
|
if CheckComOnly:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue