Fixed graphviz path check

SVN:trunk[3646]
This commit is contained in:
Denis Flaven
2015-07-28 10:16:25 +00:00
parent cbc0e36057
commit d64641127a

View File

@@ -457,7 +457,7 @@ class SetupUtils
{
$sGraphvizPath = 'dot';
}
$sCommand = "$sGraphvizPath -V 2>&1";
$sCommand = "\"$sGraphvizPath\" -V 2>&1";
$aOutput = array();
$iRetCode = 0;
@@ -1511,4 +1511,4 @@ class SetupInfo
{
return (array_key_exists($sModuleId, self::$aSelectedModules));
}
}
}