Revision 28796 Author landonf@macports.org Date 2007-09-08 22:29:36 -0700 (Sat, 08 Sep 2007)
Log Message - Hide 'cd' as '_cd'. It should be removed entirely once the few uses can be fixed in port1.0 - Fix escaping of } { in strings in base/src/port1.0/portinstall.tcl
Ouch. Just starting to see the breakage from this one... Basically it means that every port using "cd" is now broke. Error: Target org.macports.patch returned: invalid command name "cd" Error: Target org.macports.configure returned: invalid command name "cd" Need to go through all the ports using the "cd" command, and change that (copy/paste?) before the next release. The most common usage seems to be to change the working directory to ${worksrcpath}, to shorten e.g. globs down. Oh well, long it is. --anders