summaryrefslogtreecommitdiffstats
path: root/bin/scons-unzip.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/scons-unzip.py')
-rw-r--r--bin/scons-unzip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scons-unzip.py b/bin/scons-unzip.py
index 28c73f8..c0eb8aa 100644
--- a/bin/scons-unzip.py
+++ b/bin/scons-unzip.py
@@ -52,7 +52,7 @@ def outname(n, outdir=outdir):
l.append(tail)
l.append(outdir)
l.reverse()
- return apply(os.path.join, l)
+ return os.path.join(*l)
for name in zf.namelist():
dest = outname(name)