summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/amalgamate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/amalgamate.py b/tools/amalgamate.py
index 16b34aa..bc083b3 100755
--- a/tools/amalgamate.py
+++ b/tools/amalgamate.py
@@ -66,7 +66,7 @@ output_path = sys.argv[1]
amalgamator = Amalgamator(output_path)
files = []
-for arg in sys.argv[3:]:
+for arg in sys.argv[2:]:
arg = arg.strip()
if arg.startswith("-I"):
amalgamator.add_include_path(arg[2:])
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback