MTrack/SCM/WorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 09:59:18 +0000 (17:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 09:59:18 +0000 (17:59 +0800)
MTrack/SCM/WorkingCopy.php

index a9f8a9e..45f1685 100644 (file)
@@ -43,7 +43,7 @@ abstract class MTrack_SCM_WorkingCopy {
         if (file_exists($tn)) {
             echo "TRASH";
             require_once 'System.php';
-            System::rm('-rf', $tn);
+            var_dump(System::rm('-rf', $tn));
         }
         clearstatcache();
         if (file_exists($tn)) {