To prevent duplicated code being installed on a server, it would be good if drush would check if Console_Table has been installed using the PEAR installer.

CommentFileSizeAuthor
#1 700220.diff3.1 KBskwashd
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

skwashd’s picture

FileSize
3.1 KB

This patch first checks if Console_Table has been installed using the PEAR installer and if it has will use that. I also added a check to ensure that the user executing drush has the appropriate permissions to write the file if it needs to be downloaded.

anarcat’s picture

Status: Active » Needs review
Issue tags: +drush-3.0, +pear, +redundant-code

I'd like this to work on 3.0 so that the debian package avoids code duplication.

moshe weitzman’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -drush-3.0, -pear, -redundant-code

Automatically closed -- issue fixed for 2 weeks with no activity.