Commit 64f3020a authored by Franco Fichtner's avatar Franco Fichtner

python: for FreeBSD 10, this may fail

Originally introduced by me based on high hopes and cross-platform
usage.  I was wrong.

A PATH without /usr/local/(s)bin, as advertised by the standard rc(8)
system or service(8) will prevent env(1) from working properly.  We've
had similar fun with configd before.  Maybe we need to take this to FreeBSD.
For now we work around it like every body else, presumably.  :)
parent 76fb4ae0
#!/usr/bin/env python2.7
#!/usr/local/bin/python2.7
"""
Copyright (c) 2015 Ad Schellevis
......
#!/usr/bin/env python2.7
#!/usr/local/bin/python2.7
"""
Copyright (c) 2015 Ad Schellevis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment