diff options
Diffstat (limited to 'java/makebindist.py')
-rwxr-xr-x | java/makebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/makebindist.py b/java/makebindist.py index f67afe47d79..8e930a8d4ec 100755 --- a/java/makebindist.py +++ b/java/makebindist.py @@ -59,7 +59,7 @@ cwd = os.getcwd() # # Export Config.h from CVS. # -os.system("cvs -z5 -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice/include/IceUtil/Config.h") +os.system("cvs -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice/include/IceUtil/Config.h") # # Get Ice version. |