summaryrefslogtreecommitdiffstats
path: root/test/CC/CC.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CC/CC.py')
-rw-r--r--test/CC/CC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CC/CC.py b/test/CC/CC.py
index dd93674..73dc4e6 100644
--- a/test/CC/CC.py
+++ b/test/CC/CC.py
@@ -69,7 +69,7 @@ while args:
args = args[2:]
continue
args = args[1:]
- if a[0] != '/':
+ if not a[0] in '-/':
if not inf:
inf = a
continue