Port Selfupdate failed - Mountain Lion OS X

Lawrence Velázquez larryv at macports.org
Sat Aug 30 13:00:44 PDT 2014


On Aug 30, 2014, at 3:50 PM, vignesh babu <jvigneshbabu at gmail.com> wrote:

> I got the exact same thing...
> 
> Apples-MacBook-Pro:~ apple$ echo -n "$IFS" | hexdump
> 0000000 20 09 0a                                       
> 0000003

See if any of your startup files are setting it. A non-interactive "sh" invocation may produce a different environment than the one you use interactively in your terminal.

    % grep IFS ~/.*profile ~/.*rc

For kicks, you could try this, although I don't expect it to work, given what we've seen so far:

    % sh -c 'echo -n $IFS | hexdump'

vq


More information about the macports-users mailing list