Commit graph

6 commits

Author SHA1 Message Date
aviu16
bb2b7e18b2 Fix unquoted variable expansions in mv commands
Quote file paths to prevent word splitting issues.

Changed:
- rake-fast line 56: mv $rake_tasks_file → mv "$rake_tasks_file"
- drush line 54: sudo mv $WEBSITE_NAME $DIRECTORY → sudo mv "$WEBSITE_NAME" "$DIRECTORY"

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 16:03:55 -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