Typo in dp2mp-move code in dmg preflight

Ryan Schmidt ryandesign at macports.org
Tue Nov 11 16:46:00 PST 2008


Do we have a typo here?

http://trac.macports.org/browser/trunk/base/portmgr/dmg/preflight? 
rev=32397#L47

[ ! -d /opt/local/share/darwinports ] || rm -rf /opt/local/darwinports

Shouldn't that be

[ ! -d /opt/local/share/darwinports ] || rm -rf /opt/local/share/ 
darwinports

It looks like this typo was introduced here:

http://trac.macports.org/changeset/26518



More information about the macports-dev mailing list