Page MenuHomeFreeBSD

Add /usr/local/bin/* old cmd patterns to shebangfix
ClosedPublic

Authored by AMDmi3 on Apr 17 2017, 7:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 19 2024, 9:59 AM
Unknown Object (File)
Dec 22 2023, 9:47 PM
Unknown Object (File)
Nov 18 2023, 1:22 PM
Unknown Object (File)
Nov 18 2023, 1:22 PM
Unknown Object (File)
Nov 18 2023, 1:21 PM
Unknown Object (File)
Nov 18 2023, 1:10 PM
Unknown Object (File)
Sep 9 2023, 5:21 AM
Unknown Object (File)
Aug 11 2023, 4:29 AM
Subscribers

Details

Summary

/usr/local/bin/* shebangs are pretty common (for instance,
/usr/local/bin/python used in python itself), so add them to
shebangfix. This will help to fix python shebangs and better
respect PREFIX in some places.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rene added a subscriber: rene.

Ah, this is to replace hard-coded "/usr/local" with ${LOCALBASE}

This revision is now accepted and ready to land.Apr 19 2017, 11:07 AM
In D10412#216218, @rene wrote:

Ah, this is to replace hard-coded "/usr/local" with ${LOCALBASE}

Not only, also to replace "python" with "python${PYTHON_VER}"

This revision was automatically updated to reflect the committed changes.