aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-20 20:30:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-20 20:30:03 -0800
commitda894244a04eb94a6284d85a960944185cc9fb45 (patch)
tree45890342977853f63e181cf5c7fbb3e50d23c68b /tools
parent52449799a409217217d2dd03d3340cf78fe776c9 (diff)
fix file packager
Diffstat (limited to 'tools')
-rw-r--r--tools/file_packager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/file_packager.py b/tools/file_packager.py
index bd3f669d..8b65b219 100644
--- a/tools/file_packager.py
+++ b/tools/file_packager.py
@@ -82,7 +82,7 @@ use_preload_cache = False
# If set to False, the XHR blob is kept intact, and fread()s etc. are performed directly to that data. This optimizes for minimal memory usage and fread() performance.
no_heap_copy = True
-for arg in sys.argv[1:]:
+for arg in sys.argv[2:]:
if arg == '--preload':
has_preloaded = True
leading = 'preload'