Skip to content
Snippets Groups Projects
Commit 7b694b8d authored by Adam G-H's avatar Adam G-H Committed by Adam G-H
Browse files

Update comment

parent d8b1fff9
No related branches found
No related tags found
1 merge request!336Issue #3282677: [DrupalCon] Automatic Updates beta test result
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
......@@ -74,7 +74,8 @@ final class ProcessFactory implements ProcessFactoryInterface {
if ($this->isComposerCommand($command)) {
$env['COMPOSER_HOME'] = $this->getComposerHomePath();
}
// Ensure that the PHP interpreter is in the PATH.
// Ensure that the current PHP installation is the first place that will be
// searched when looking for the PHP interpreter.
$env['PATH'] = static::getPhpDirectory() . ':' . $this->getEnv('PATH');
return $process->setEnv($env);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment