On Nov 12, 2007, at 6:52 PM, Ernest Prabhakar wrote:
Hi Ryan,
Apology for a stupid question, but I can't get your script to run:
On Nov 12, 2007, at 1:37 AM, Ryan Schmidt wrote:
To see everywhere in your ports where the "cd" command is currently being used, you can use a command like this in the Terminal (replacing "EMAIL" with your maintainer email address (to which this email was sent)):
port file maintainer:EMAIL \ | xargs grep "[[:space:]]cd[[:space:]]" \ | grep -v "system[[:space:]]"
Am I doing something wrong? This is on Leopard with a fresh install of 1.5.0
-enp
ernest$ port file maintainer:drernie@macosforge.org
Among other comments that have been made already, you also have to note that your address would be "drernie@macports.org", not @macosforge.org Just one of those things... ;-) -jmpp