diff --git a/script/run-gn-format.py b/script/run-gn-format.py index a982d4f39c95..649b085bfa1b 100644 --- a/script/run-gn-format.py +++ b/script/run-gn-format.py @@ -15,6 +15,7 @@ def main(): for gn_file in sys.argv[1:]: subprocess.check_call( ['gn', 'format', gn_file], + shell=True, env=new_env )