diff options
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py index a240451e0c4..9ac2ddf81b6 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -72,8 +72,8 @@ os.system("cvs -z5 -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice filesToRemove = [ \ "makedist.py", \ ] -#for x in filesToRemove: -# os.remove(x) +for x in filesToRemove: + os.remove(x) # # Generate bison files. |