From: Alan Knowles Date: Tue, 6 Sep 2011 09:59:18 +0000 (+0800) Subject: MTrack/SCM/WorkingCopy.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=01761df269f61500cb95bfa9c0c3d976c6a93699 MTrack/SCM/WorkingCopy.php --- diff --git a/MTrack/SCM/WorkingCopy.php b/MTrack/SCM/WorkingCopy.php index a9f8a9eb..45f16854 100644 --- a/MTrack/SCM/WorkingCopy.php +++ b/MTrack/SCM/WorkingCopy.php @@ -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)) {