- Package:
- devscripts
- Source:
- devscripts
- Description:
- scripts to make the life of a Debian Package maintainer easier
- Submitter:
- Dan Jacobson
- Date:
- 2024-09-13 08:15:02 UTC
- Severity:
- normal
Currently one cannot detect bashims if there is a #!/bin/bash at the top of a script. We must do # sed 1s/bash/sh/ my_script | checkbashisms Maybe add a flag to do that for us. That way we can know if it is safe to change the #!/bin/bash at the top of the file to #!/bin/sh.