Skip to content
Snippets Groups Projects

Issue #3282677: [DrupalCon] Automatic Updates beta test result

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -75,7 +75,7 @@ final class ProcessFactory implements ProcessFactoryInterface {
@@ -75,7 +75,7 @@ final class ProcessFactory implements ProcessFactoryInterface {
$env['COMPOSER_HOME'] = $this->getComposerHomePath();
$env['COMPOSER_HOME'] = $this->getComposerHomePath();
}
}
// Ensure that the PHP interpreter is in the PATH.
// Ensure that the PHP interpreter is in the PATH.
$env['PATH'] = $this->getEnv('PATH') . ':' . static::getPhpDirectory();
$env['PATH'] = static::getPhpDirectory() . ':' . $this->getEnv('PATH');
return $process->setEnv($env);
return $process->setEnv($env);
}
}
Loading