Download & Extend

drush ignores Console_Table installed by PEAR

Project:Drush
Version:All-versions-3.0-alpha1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)
Issue tags:drush-3.0, pear, redundant-code

Issue Summary

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.

Comments

#1

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.

AttachmentSize
700220.diff 3.1 KB

#2

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.

#3

Status:needs review» fixed

Committed. Thanks.

#4

Status:fixed» closed (fixed)

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