diff options
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 2326678256e..69527fe4eb4 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -669,7 +669,7 @@ def main(): # dbLocation = buildEnvironment['DB_HOME'] dbFiles = getDBfiles(dbLocation) - for f in dbFiles: + for f in dbFiles.strip(): shutil.copy(dbLocation + '/' + f, 'Ice-' + version + '/' + f) |