Package: ikiwiki
Version: 2.40
Severity: minor
Tags: patch

In /usr/share/doc/ikiwiki/html/ikiwiki.setup:

        # To exclude files matching a regexp from processing. This adds to
        # the default exclude list.
        #exclude => qr/*\.wav/,

This regexp is invalid because the * follows nothing.  It should probably be
something like:

        #exclude => qr/\.wav$/,



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to