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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | daemons-Fix-path_drupal_console-usage-3244868-2.patch | 1.71 KB | attisan |
Comments
Comment #2
attisan