svn: /web/doc-editor/trunk/php/ RepositoryManager.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Fri, 22 Jul 2011 00:29:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313569

Log:
Fix check build processus

Changed paths:
    U   web/doc-editor/trunk/php/RepositoryManager.php

Modified: web/doc-editor/trunk/php/RepositoryManager.php
===================================================================
--- web/doc-editor/trunk/php/RepositoryManager.php	2011-07-21 23:36:24 UTC (rev 313568)
+++ web/doc-editor/trunk/php/RepositoryManager.php	2011-07-22 00:29:34 UTC (rev 313569)
@@ -347,7 +347,7 @@
         $trial_threshold = 3;
         while ($trial_threshold-- > 0) {
             $output =array();
-            SaferExec::exec($cmd, $output);
+            SaferExec::execMulti($commands, $output);
             if (strlen(trim(implode('', $output))) != 0) break;
         }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.