mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
gn build: Make sync script not exit 1 if it writes changes
llvm-svn: 369571
This commit is contained in:
parent
70ee4df8a8
commit
3e007d1b92
@ -124,7 +124,7 @@ def sync_source_lists(write):
|
||||
else:
|
||||
print()
|
||||
|
||||
return bool(changes_by_rev)
|
||||
return bool(changes_by_rev) and not write
|
||||
|
||||
|
||||
def sync_unittests():
|
||||
|
Loading…
x
Reference in New Issue
Block a user