Closed (fixed)
Project:
Drush
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2010 at 18:03 UTC
Updated:
19 Jun 2010 at 15:20 UTC
The drush bash script looks for the php binary in /Applications/MAMP/bin/php5/bin/php, but that no longer exists. I would suggest setting the for loop to look in /Applications/MAMP/bin/php5.3/bin/php and /Applications/MAMP/bin/php5.2/bin/php (in that order).
Also, FYI for anyone else encountering this, none of those binaries have +x on them, so you may need to chmod them for drush to work.
Comments
Comment #1
moshe weitzman commentedI committed this even though it pisses me off a bit.
Comment #3
mfer commentedFor /Applications/MAMP/bin/php5.3/bin/php and /Applications/MAMP/bin/php5.2/bin/php notice the decimal point in the version numbers. These are currently missing from CVS but needed to work.
Comment #4
moshe weitzman commentedcommitted a fix