Commit graph

6 commits

Author SHA1 Message Date
aviu16
8faa7681ce Fix unquoted variable expansion in drush cd command
Quote path variable to prevent word splitting if directory contains spaces.

Changed:
- cd $DIRECTORY$WEBSITE_NAME → cd "$DIRECTORY$WEBSITE_NAME"

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 16:02:34 -05:00
Sean MacCath-Moran
d3bc4b4152
feat(drush): add Drupal 8 aliases to drush plugin (#9498)
Closes #9498
2021-12-28 17:59:13 +01:00
Marc Cornellà
01230fa6e2
style(drush): fix code and README style 2021-12-28 17:49:41 +01:00
Marc Cornellà
6ebf27b8d3 Revert "Remove redundant bashcompinit calls"
This reverts commit f776af2a1f.

Fixes #9314
2020-10-05 17:20:02 +02:00
Marc Cornellà
f776af2a1f Remove redundant bashcompinit calls
Fixes #9246
2020-09-30 19:00:51 +02:00
Lucas A. Rodrigues
f1799de0c9 Add drush plugin (#4490) 2019-03-29 22:39:52 +01:00