bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] filevercmp: fix regular expression of file suffix


From: Kamil Dudka
Subject: [PATCH] filevercmp: fix regular expression of file suffix
Date: Fri, 27 Feb 2009 15:11:48 +0100
User-agent: KMail/1.9.6 (enterprise 0.20071012.724442)

Hello,

as reported by Sven Joachim at 
http://lists.gnu.org/archive/html/bug-coreutils/2009-02/msg00264.html
current filevercmp implementation does not work well for hidden files. 
Attached patch fixes the strange behavior. It does not affect visible files. 
The only thing changed is the regular expression matching file suffix - there 
must be [^.] before suffix.


Kamil

Attachment: 0001-filevercmp-fix-regular-expression-of-file-suffix.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]