<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 1:42 AM, Ryan Schmidt <span dir="ltr"><<a href="mailto:ryandesign@macports.org" target="_blank">ryandesign@macports.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It looks like the port diagnose code assumes the path is colon-separated, but your fish shell uses spaces to delimit the different paths. I guess MacPorts would have to check what shell you're using, and then know how to parse each type of shell's idea of how the list of paths is represented.</blockquote></div><br>The $PATH that goes into the environment must be colon separated, or a LOT of stuff will mishandle it. Including the likes of execlp()/execvp(). (Shells should handle this; after all, csh's $path is space separated / a csh list, but $PATH in the environment is correctly colon separated.)<br><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>