MTrack/SCM/WorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:49:04 +0000 (16:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:49:04 +0000 (16:49 +0800)
MTrack/SCM/WorkingCopy.php

index d2f56f4..983cf64 100644 (file)
@@ -35,7 +35,7 @@ abstract class MTrack_SCM_WorkingCopy {
             require_once 'System.php';
             echo "rmdir {$this->dir}";
             
-            //System::rmdir($this->dir, '-r');
+           System::rmdir($this->dir, '-r');
         }
     }
     function generateTempDir()