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
#1
Updated by Marko Lindqvist 11 months ago
- File 0013-Replace-bin-bash-with-posix-shebang.patch 0013-Replace-bin-bash-with-posix-shebang.patch added
- File 0009-Replace-bin-bash-with-posix-shebang.patch 0009-Replace-bin-bash-with-posix-shebang.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.1.0
Actions
#2
Updated by Marko Lindqvist 11 months ago
- File 0013-Replace-bin-bash-with-posix-shebang.patch 0013-Replace-bin-bash-with-posix-shebang.patch added
- File 0009-Replace-bin-bash-with-posix-shebang.patch 0009-Replace-bin-bash-with-posix-shebang.patch added
Fixed generate_metainfo.sh shebang
Updated by Marko Lindqvist 11 months ago
- Status changed from In Review to Closed
Actions