On Thu, Aug 30, 2007 at 05:33:21PM +0200, arno renevier wrote:
>Package: grep
>Version: 2.5.3~dfsg-1
>Severity: normal
>
>$ echo word > file
>$ echo word >> file
>$ grep word file
>word
>word
>$ grep -w word file
>wordword
>
>I noticed that behaviour since last version. With version 2.5.1, grep -w word 
>file
>would have output
>word
>word
>
>
>arno
>
>-- System Information:
>Debian Release: lenny/sid
>  APT prefers unstable
>  APT policy: (500, 'unstable')
>Architecture: i386 (i686)
>
>Kernel: Linux 2.6.21
>Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
>Shell: /bin/sh linked to /bin/bash
>
>Versions of packages grep depends on:
>ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
>
>grep recommends no packages.
>
>-- no debconf information

Hello arno,

$ echo word > file

$ echo word >> file

$ grep word file
word
word

$ grep -w word file
word
word

I couldn't reproduce this bug.

$ dpkg -l grep libc6 | grep ^ii
ii  grep           2.5.3~dfsg-1   GNU grep, egrep and fgrep
ii  libc6          2.6.1-1+b1     GNU C Library: Shared libraries

$ locale
LANG=en_AU
LC_CTYPE="en_AU"
LC_NUMERIC="en_AU"
LC_TIME="en_AU"
LC_COLLATE="en_AU"
LC_MONETARY="en_AU"
LC_MESSAGES="en_AU"
LC_PAPER="en_AU"
LC_NAME="en_AU"
LC_ADDRESS="en_AU"
LC_TELEPHONE="en_AU"
LC_MEASUREMENT="en_AU"
LC_IDENTIFICATION="en_AU"
LC_ALL=

Best Regards,

Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal

Attachment: signature.asc
Description: Digital signature

Reply via email to