]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace all usages of /bin/bash shebang with /usr/bin/env (#40756)
authoropl- <opl-@users.noreply.github.com>
Sun, 12 Oct 2025 19:49:41 +0000 (21:49 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Oct 2025 19:49:41 +0000 (19:49 +0000)
commitb9254d9ebf79ff28e27f1c54205e89fece209ad4
tree81b53554e2139b973f7458ba81a84f4f4be025a0
parentdd278ab81551095c2a07aec9e298c897e98dd724
Replace all usages of /bin/bash shebang with /usr/bin/env (#40756)

Replace all usages of /bin/bash with /usr/bin/env

/usr/bin/env is nearly guaranteed to always exist at that location, which can't be said about /bin/bash and /bin/sh.

Co-authored-by: opl <4833621+opl@users.noreply.github.com>
BuildChecker/git_helper.py
BuildChecker/hooks/post-checkout
BuildChecker/hooks/post-merge
Content.Tools/test/run.sh
Tools/mapping-merge-driver.sh
runclient-Tools.sh
runclient.sh
runserver-Tools.sh
runserver.sh