MTrack/SCMWorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:39:26 +0000 (16:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:39:26 +0000 (16:39 +0800)
MTrack/SCMWorkingCopy.php

index c04d7a0..115a742 100644 (file)
@@ -34,7 +34,7 @@ abstract class MTrackSCMWorkingCopy {
     {
         if (strlen($this->dir) > 1) {
             require_once 'System.php';
-            echo "rmdir $this->dir";
+            echo "rmdir {$this->dir}";
             
             //System::rmdir($this->dir, '-r');
         }