Once upon a time, Toshio Kuratomi <[email protected]> said: > * Have package maintainers patch upstreams to use /usr/{bin,lib,[..]} > instead of /{bin,lib[...]} (for instance, shebang lines)
#!/bin/sh is the cannonical first line for a Bourne(-compatible) shell script, and nothing should change that. Even on other Unix OSes with a /bin->/usr/bin symlink, all the shell scripts referenced /bin/sh. -- Chris Adams <[email protected]> -- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel
