Package: devscripts
Version: 2.10.13
User: [EMAIL PROTECTED]
Usertags: checkbashisms

On scripts with a /bin/csh shebang and other scripts with a 
non /bin/{sh,ash,dash} shebang checkscripts quits without processing them.

The portion of code is:
elsif ($interpreter !~ m,/(sh|ash|dash)$,) {

It should instead use something like:
elsif ($interpreter !~ m,/[a-z]*(sh)$,) {

Kind regards,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to