From: Lionel B. <lio...@bo...> - 2005-03-15 17:39:58
|
Michel Bouissou wrote the following on 15.03.2005 11:24 : >Hi there, > >I installed sqlgrey-1.5.4-1 yesterday evening (Mandrake RPM available from >http://www.bouissou.net/sqlgrey/ ), and I find the following in my update >log this morning. > >I had already noticed this every time I installed a new version lately : >There seems to be a newline character difference between the regexp file >provided in the tarball and the one present on the update server. > >I don't know if this matters at all, but just in case... > > It doesn't matter. It just means I probably messed up the original by editing it with an editor which allows a single line withour CR and then vi. The line is 'chomp'ed by SQLgrey anyway: the newline is stripped if present. I'll sync the file for the next release. Lionel. |