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

index 91cdf97..8ee90db 100644 (file)
@@ -35,7 +35,7 @@ abstract class MTrack_SCM_WorkingCopy {
             require_once 'System.php';
             echo "rmdir {$this->dir}";
             
-           var_dump(System::rm('-r', $this->dir));
+            System::rm('-r', $this->dir);
         }
     }
     function generateTempDir()