summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 0eb7927b873..68c24b98c51 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1065,7 +1065,7 @@ def main():
if collectSources:
toCollect = list(sourceTarBalls)
toCollect.append(('icevb', 'IceVB-' + version, 'vb'))
- for cvs, tarball, demoDir in sourceTarBalls:
+ for cvs, tarball, demoDir in toCollect:
collectSourceDistributions(cvsTag, sources, cvs, tarball)
print '''