LWN.net Logo

Various notes on /usr unification

Various notes on /usr unification

Posted Mar 5, 2012 10:55 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)
In reply to: Various notes on /usr unification by jschrod
Parent article: Various notes on /usr unification

I never understood why can't we just write:
>#!bash
or
>#!env bash

instead of using absolute paths.


(Log in to post comments)

Various notes on /usr unification

Posted Mar 5, 2012 12:12 UTC (Mon) by jwakely (subscriber, #60262) [Link]

You can, but it means the same as #!./bash so probably doesn't do what you wanted.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds