From: Alan Knowles Date: Tue, 6 Sep 2011 09:52:43 +0000 (+0800) Subject: MTrack/SCM.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=b9cb03b1c35277addb97947061a5e54f1e286b3a MTrack/SCM.php --- diff --git a/MTrack/SCM.php b/MTrack/SCM.php index 86e8f456..85bf6c52 100644 --- a/MTrack/SCM.php +++ b/MTrack/SCM.php @@ -70,7 +70,7 @@ abstract class MTrackSCM } foreach ($arg as $a) { - $cmd .= ' ' .($a); + $cmd .= ' ' . SCM::escapeshellarg($a); } }