[Pkg-haskell-maintainers] Bug#753707: shellcheck: false positive with files named done

Helmut Grohne helmut at subdivi.de
Fri Jul 11 05:18:52 UTC 2014


Control: tags -1 + upstream wontfix

On Fri, Jul 04, 2014 at 09:23:30PM +0800, Paul Wise wrote:
> There is a false positive with files named done, shellcheck seems to
> think they are part of a while loop construct:
> 
> In files line 15:
> sort < done > done2
>        ^-- SC1010: Use semicolon or linefeed before 'done' (or quote to make it literal).

Upstream indicated no interest in fixing this. Please consider using

sort < ./done > ./done2

or an override instead.

Helmut



More information about the Pkg-haskell-maintainers mailing list