Once upon a time, Michał Piotrowski <[email protected]> said: > In any case > #!/usr/bin/env sh > seems to be more portable solution.
Using env has always been a hack (and overhead, especially on otherwise short shell scripts). As for "portable", /bin/sh is as portable as it gets. I doubt there has been a significanly used Unix-like system since 7th Edition that didn't have a Bourne-like shell at /bin/sh. -- Chris Adams <[email protected]> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. -- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel
