From: Benjamin Poirier on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3668#note_2328325857 On my Fedora and RHEL-9.5 systems, `/bin` is a symlink to `/usr/bin` so I don't think it makes a practical difference. Also, there is currently no consistency for the scripts in the redhat directory: ``` $ git grep -h '^#!.*bash' -- redhat/ | sort | uniq -c 4 #! /bin/bash 19 #!/bin/bash 3 #!/usr/bin/bash 3 #!/usr/bin/env bash ``` -- _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue