Michael Stilkerich <[EMAIL PROTECTED]> writes:
> I'd like to hand back this one *SCNR* :-) (just kidding)
> Changing
> lintian-1.23.15/checks/scripts:312
> if (system("$interpreter -n unpacked/$filename >/dev/null 2>&1")) {
> to
> if (system("$interpreter -n \"unpacked/$filename\" >/dev/null 2>&1")) {
> fixes the problem. Should I report a bug anyway?
No, I've got it. Preparing a patch now that fixes this a bit more
comprehensively (the above still fails if the filename contains ").
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]