diff options
-rwxr-xr-x | lldb/test/redo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/redo.py b/lldb/test/redo.py index f8b69feff3b..7e798a5a274 100755 --- a/lldb/test/redo.py +++ b/lldb/test/redo.py @@ -132,7 +132,7 @@ def main(): # End of option processing. break - if sys.argv[index].startswith('-F'): + if sys.argv[index] == '-F': # Increment by 1 to fetch the filename component spec. index += 1 if index >= len(sys.argv) or sys.argv[index].startswith('-'): |