MTrack/SCM/WorkingCopy.php
[web.mtrack] / 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)) {