forked from OSchip/llvm-project
Set process return code of 1 in set-xcode-analyzer when Xcode needs to be quit. Fixes <rdar://problem/12983031>.
llvm-svn: 172256
This commit is contained in:
parent
bbe4b9812b
commit
632af24eb8
|
@ -76,7 +76,7 @@ def main():
|
|||
for x in NSWorkspace.sharedWorkspace().runningApplications():
|
||||
if x.localizedName().find("Xcode") >= 0:
|
||||
print "(-) You must quit Xcode first before modifying its configuration files."
|
||||
return
|
||||
sys.exit(1)
|
||||
|
||||
isBuiltinAnalyzer = False
|
||||
if options.path:
|
||||
|
|
Loading…
Reference in New Issue