Actions
Bug #44
closedBad #!/bin/bash shebangs
Start date:
12/09/2023
Due date:
% Done:
0%
Estimated time:
Description
Number of our scripts use "#!/bin/bash", assuming that /bin/bash exist. That's not true for some OSes. Posix compliant shebang to resolve this is "#!/usr/bin/env bash"
Files
Actions