From 05057385367d0eea9d5690c8bd77aca22bb45bc6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Sep 2011 16:50:04 +0800 Subject: [PATCH] MTrack/SCM/WorkingCopy.php --- MTrack/SCM/WorkingCopy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrack/SCM/WorkingCopy.php b/MTrack/SCM/WorkingCopy.php index 428ff018..1b1d4ca8 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() -- 2.39.2