[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lintian warnings/errors



Michael Stilkerich <ms@mike2k.de> 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 (rra@debian.org)               <http://www.eyrie.org/~eagle/>



Reply to: