Bug#548693: fslint: Included shell scripts do not require /bin/bash

2009-09-28 Thread Pádraig Brady
Jari Aalto wrote: > Pádraig Brady writes: > >> Jari Aalto wrote: >> >>> Package: fslint >>> >>> SUGGESTION >>> >>> All the scripts are marked with "/bin/bash", but they in fact seem to >>> be POSIX compatile (dash, but also posh compatible). Please change >>> first lines to: >>> >>> #!/bin/

Bug#548693: fslint: Included shell scripts do not require /bin/bash

2009-09-28 Thread Jari Aalto
Pádraig Brady writes: > Jari Aalto wrote: > >> Package: fslint >> >> SUGGESTION >> >> All the scripts are marked with "/bin/bash", but they in fact seem to >> be POSIX compatile (dash, but also posh compatible). Please change >> first lines to: >> >> #!/bin/sh > > Nope, I'm trying to mak

Bug#548693: fslint: Included shell scripts do not require /bin/bash

2009-09-28 Thread Pádraig Brady
Jari Aalto wrote: > Package: fslint > > SUGGESTION > > All the scripts are marked with "/bin/bash", but they in fact seem to > be POSIX compatile (dash, but also posh compatible). Please change > first lines to: > > #!/bin/sh Nope, I'm trying to make them portable but currently there are

Bug#548693: fslint: Included shell scripts do not require /bin/bash

2009-09-28 Thread Jari Aalto
Package: fslint Version: 2.40-2 Severity: minor $ for f in /usr/share/fslint/fslint/*; do [ -d $f ] && continue; file $f; dash -nx $f; done /usr/share/fslint/fslint/findbl: Bourne-Again shell script text executable /usr/share/fslint/fslint/finded: Bourne-Again shell script text execu