On Sun, 2009-03-01 at 12:39 +0900, Paul Wise wrote:

> The canonical watch regex for stuff that currently detects only one or
> two variants should probably be increased to something like this:
> 
> (tar|tar\.gz|tar\.bz2|tgz|tbz|tbz2)

Make that

 (?:tar|tar\.gz|tar\.bz2|tgz|tbz|tbz2)

This ensures that the tarball extension isn't part of the version
comparison.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to