summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-01-05 19:30:04 +0000
committerBrent Eagles <brent@zeroc.com>2006-01-05 19:30:04 +0000
commitb607b263d26223861e81d1ddf832681fded8a7f9 (patch)
tree9976d9569adbd72f03dcb7eb2ee6f287a463b96b /cpp/makebindist.py
parentfixes for .NET 2.0 compatibility (diff)
downloadice-b607b263d26223861e81d1ddf832681fded8a7f9.tar.bz2
ice-b607b263d26223861e81d1ddf832681fded8a7f9.tar.xz
ice-b607b263d26223861e81d1ddf832681fded8a7f9.zip
Fixing a bug where the makebindist script wasn't makedist'ing vb
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 '''