Indefero

Indefero Commit Details


Date:2011-12-23 10:37:29 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:da6df31ee9841a0724852d5a1d6aacf608c4538d
Parents: 57f314badb01610f671ea488700ed6fbb82508c5
Message:Escape the path to the monotone binary in case it contains whitespaces.

Changes:

File differences

src/IDF/Scm/Monotone/Stdio.php
119119
120120
121121
122
122
123123
124124
125125
$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) {

Archive Download the corresponding diff file

Page rendered in 0.07520s using 13 queries.