Bug#753707: shellcheck: false positive with files named done

2014-07-10 Thread Helmut Grohne
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

Bug#753707: shellcheck: false positive with files named done

2014-07-04 Thread Paul Wise
Package: shellcheck Version: 0.3.3-1 Severity: normal 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)