hughwung n00b
Joined: 12 Dec 2015 Posts: 8
|
Posted: Fri Dec 18, 2015 1:36 am Post subject: shebang problem on osx |
|
|
Hey, I think I nearly succeeded in bootstrapping on osx el capitan,
but has one small problem. That is, every time I reinstall portage,
the shebang line in emerge and portageq is something like:
Code: | #!/Users/dom/Gentoo/usr/bin/python -b |
which doesn't work on my system, because Code: | /Users/dom/Gentoo/usr/bin/python | may be a script.
If manually changed to
Code: | #!/Users/dom/Gentoo/usr/bin/env /Users/dom/Gentoo/usr/bin/python -b |
then everything is fine.
Is there any patch for portage or bash that will fix this? |
|