diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 2 |
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 ''' |