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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

