Problem/Motivation

When using a custom drupal console path together with a custom php cli path, the currently implementation will fail to call drupal console with all arguments due to the space in the path being misinterpreted.

Steps to reproduce

Set your drupal console path including a custom php binary like
/opt/php/7.4/bin/php ../vendor/bin/drupal

Proposed resolution

Add surrounding brackets to the commands.

Comments

attisan created an issue. See original summary.

attisan’s picture

Status: Active » Needs review
StatusFileSize
new1.71 KB