Merge branch 'develop' of projects.ceondo.com:indefero into feature.scilab

Conflicts:
	NEWS.mdtext
This commit is contained in:
Thomas Keller
2012-03-22 00:51:39 +01:00
12 changed files with 120 additions and 163 deletions

View File

@@ -119,7 +119,7 @@ class IDF_Scm_Monotone_Stdio implements IDF_Scm_Monotone_IStdio
$remote_db_access = Pluf::f('mtn_db_access', 'remote') == 'remote';
$cmd = Pluf::f('idf_exec_cmd_prefix', '') .
Pluf::f('mtn_path', 'mtn') . ' ';
escapeshellarg(Pluf::f('mtn_path', 'mtn')) . ' ';
$opts = Pluf::f('mtn_opts', array());
foreach ($opts as $opt) {