From: Alan Knowles Date: Tue, 6 Sep 2011 08:49:59 +0000 (+0800) Subject: MTrack/SCM/WorkingCopy.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=096b44b163c75714e796ef8d8915ef75ddee696f MTrack/SCM/WorkingCopy.php --- diff --git a/MTrack/SCM/WorkingCopy.php b/MTrack/SCM/WorkingCopy.php index 1b1d4ca8..428ff018 100644 --- a/MTrack/SCM/WorkingCopy.php +++ b/MTrack/SCM/WorkingCopy.php @@ -35,7 +35,7 @@ abstract class MTrack_SCM_WorkingCopy { require_once 'System.php'; echo "rmdir {$this->dir}"; - System::rm($this->dir, '-r'); + System::rm($this->dir, 'r'); } } function generateTempDir()