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 9bcbdc3b2b9..ee128c7bb8b 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -525,7 +525,7 @@ endif os.system("sh -c 'for f in `find Ice-" + version + "-demos/democs -name \"*.csproj\" ` ; do rm -rf $f ; done'") os.system("tar cvf Ice-" + version + "-demos.tar Ice-" + version + "-demos") - os.system("gzip -9 cvf Ice-" + version + "-demos.tar") + os.system("gzip -9 Ice-" + version + "-demos.tar") os.chdir(cwd) def makeInstall(buildDir, installDir, distro, clean): |