Posted by skwashd on January 31, 2010 at 1:27am
| 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.
#2
I'd like this to work on 3.0 so that the debian package avoids code duplication.
#3
Committed. Thanks.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.