MTrack/SCM.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 09:52:43 +0000 (17:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 09:52:43 +0000 (17:52 +0800)
MTrack/SCM.php

index 86e8f45..85bf6c5 100644 (file)
@@ -70,7 +70,7 @@ abstract class MTrackSCM
             }
             
             foreach ($arg as $a) {
-                $cmd .= ' ' .($a);
+                $cmd .= ' ' . SCM::escapeshellarg($a);
             }
         }