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/
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
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
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
4 matches
Mail list logo