Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 #!/usr/bin/bash | 1 # Copyright (c) 2014 Google Inc. All rights reserved. |
| 2 # Copyright (c) 2011 Google Inc. All rights reserved. | |
| 3 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 5 | 4 |
| 6 exit 1 | 5 import sys |
| 6 | |
| 7 sys.exit(1) | |
| OLD | NEW |