msan_builder: fix typo

This commit is contained in:
Oliver Chang 2017-12-07 15:12:49 -08:00
parent ebf50793af
commit 64e1595666
1 changed files with 1 additions and 1 deletions

View File

@ -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: