#1033447 Add --ignore-bang

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
#1033447#3
Date:
2023-03-25 09:14:32 UTC
From:
To:
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.