[#] http://marc.info/?l=openbsd-ports-cvs&m=140784330609691&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-08-12 15:55:11


> CVSROOT: /cvs
> Module name: ports
> Changes by: zhuk@cvs.openbsd.org 2014/08/11 19:31:39
>
> Modified files:
> x11/herbstluftwm: Makefile
>
> Log message:
> Use LOCALBASE instead of /usr/bin/env shebang hack.
>
> okay bcallah@ (MAINTAINER)

This commit unexpectedly produced long conversation regarding
/usr/bin/env patching. In the end I realized that I was living in a
miracle world before that, where using "#!/usr/bin/env bash" is an
issue while just calling "bash" is not. Now aja@ has pointed me out -
thanks!

I apologize to the bcallah@ for misleading him in a private mail with
the patch being discussed; a few other people were likely misleaded as
well - sorry! We're NOT rushing /usr/bin/env shebangs for their own,
but only to unbreak stuff like python-dependant ones.

This commit was actually of a consistency fix, and - again - it was
only my own miracle that forced others to think the other way.

Let's close the issue then.