diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-17 13:40:06 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-17 13:40:06 +0000 |
commit | 7d2f6ae617e4f0c524ad99aa08b7217f9afdca93 (patch) | |
tree | aa96f4e4d44a916c0e9959ba52117a2e973cb396 /cpp/makedist.py | |
parent | added stripping (diff) | |
download | ice-7d2f6ae617e4f0c524ad99aa08b7217f9afdca93.tar.bz2 ice-7d2f6ae617e4f0c524ad99aa08b7217f9afdca93.tar.xz ice-7d2f6ae617e4f0c524ad99aa08b7217f9afdca93.zip |
removed -z5
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py index d0f83208ff8..ea755059f6a 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -190,7 +190,7 @@ os.chdir(distdir) # # Export sources from CVS. # -os.system("cvs -z5 -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice") +os.system("cvs -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice") # # Remove files. |