On Sep 10, 2007, at 1:28 AM, Ryan Schmidt wrote:
On Sep 9, 2007, at 00:29, source_changes@macosforge.org wrote:
Revision: 28796 http://trac.macosforge.org/projects/macports/changeset/ 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
[snip]
So this means we need to get all occurrences of "cd" out of all portfiles before trunk becomes a released version of MacPorts, right?
It's either that, or add a deprecated wrapper for 'cd' that prints a warning. Unfortunately it appears that quite a few ports have picked up on the 'cd' usage (437), so a deprecation wrapper may be the best option. -landonf