Bug#357239: swish-e: _pdf2html.pl filter example needs to quote filenames

2006-06-23 Thread Ludovic Drolez
On Thu, Mar 16, 2006 at 11:36:37AM +0100, Alexander Buerger wrote: -open F, pdfinfo $file | || +open F, pdfinfo '$file' | || Hi ! It seems that, open F, pdfinfo \$file\ , works even better (no problems with single quotes in file names). Could you confirm ? Cheers, -- Ludovic Drolez.

Bug#357239: swish-e: _pdf2html.pl filter example needs to quote filenames

2006-03-16 Thread Alexander Buerger
Package: swish-e Version: 2.4.3-3 Severity: normal Tags: patch Running swish-e on pdf files containing parentheses in their names with the _pdf2html.pl filter example fails because the filenames are not quoted when calling the pdf utilities. This patch fixes the problem: ---