From b9cb03b1c35277addb97947061a5e54f1e286b3a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Sep 2011 17:52:43 +0800 Subject: [PATCH] MTrack/SCM.php --- MTrack/SCM.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.2