MTrack/SCM.php
[web.mtrack] / 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);
             }
         }