| Index: build/win/reorder-imports.py
|
| diff --git a/build/win/reorder-imports.py b/build/win/reorder-imports.py
|
| index 281668fff5b457a363608a00865e5b285d94e417..00a69d75de373db3260cdf9fab2b6b911f24e6e9 100755
|
| --- a/build/win/reorder-imports.py
|
| +++ b/build/win/reorder-imports.py
|
| @@ -31,7 +31,7 @@ def reorder_imports(input_dir, output_dir, architecture):
|
|
|
| args.append('chrome_elf.dll');
|
|
|
| - subprocess.call(args)
|
| + subprocess.check_call(args)
|
|
|
| for fname in glob.iglob(os.path.join(input_dir, 'chrome.exe.*')):
|
| shutil.copy(fname, os.path.join(output_dir, os.path.basename(fname)))
|
|
|