Closed (won't fix)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Feb 2011 at 22:16 UTC
Updated:
11 Sep 2013 at 04:59 UTC
Under D5, preg_match throws an error when running drush_scan_directory() called from drush_core_find_project_path()
It looks like the definition for $theme_suffix contains a typo - forward slash instead of backslash.
Should read:
function drush_core_find_project_path($target) {
$theme_suffix = drush_drupal_major_version() >= 6 ? '.info' : '\style.css';
Patch attached (although not created from CVS - sorry).
| Comment | File | Size | Author |
|---|---|---|---|
| drush_core_find_project_path.D5.patch | 560 bytes | jfall |
Comments
Comment #1
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If desired, you may copy this bug to our Github project and then post a link here to the new issue. Please also change the status of this issue to
closed (duplicate).Please ask support questions on Drupal Answers.