Hi,
* Christoph Berg <myon@debian.org> [2006-02-09 07:21]:
Hi,
> The general rule for sh scripts is "always quote stuff", so the above
> line should read
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?
-Mike