mirror of https://github.com/google/oss-fuzz.git
msan_builder: fix typo
This commit is contained in:
parent
ebf50793af
commit
64e1595666
|
@ -21,7 +21,7 @@ import shutil
|
|||
import package
|
||||
|
||||
|
||||
def AddNoAsmArg(origconfig_path):
|
||||
def AddNoAsmArg(config_path):
|
||||
"""Add --no-asm to config scripts."""
|
||||
shutil.move(config_path, config_path + '.real')
|
||||
with open(config_path, 'w') as f:
|
||||
|
|
Loading…
Reference in New Issue