Package: devscripts
Version: 2.23.3
Severity: minor
File: /usr/bin/checkbashisms

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.

Reply via email to