Closed (fixed)
Project:
Drush
Version:
All-versions-4.x-dev
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Aug 2011 at 21:25 UTC
Updated:
4 Jun 2012 at 14:21 UTC
From an installed Drupal instance, if you type drush dl then enter, drupal core will be downloaded to the sites/all/modules/(contrib) directory.
This creates issues with function names being redeclared and the paths in the system table being updated and causes other confusion.
Could the default for drush dl possibly point to the drush help dl page? or die with a usage error?
Comments
Comment #1
moshe weitzman commentedI thought we disallowed downloading drupal into a running drupal site. we should ... I don't think making the argument required helps the problem enough.
Comment #2
jonhattanFixed.
http://drupalcode.org/project/drush.git/commit/75fafad
Comment #3
jonhattanComment #4
msonnabaum commentedBackported.