Index: chrome/tools/process_dumps_linux.py |
=================================================================== |
--- chrome/tools/process_dumps_linux.py (revision 89310) |
+++ chrome/tools/process_dumps_linux.py (working copy) |
@@ -292,7 +292,7 @@ |
(options, args) = parser.parse_args() |
- if sys.platform == 'linux2': |
+ if sys.platform.startswith('linux'): |
sys.exit(main_linux(options, args)) |
else: |
sys.exit(1) |