[master] grep -i fails to work on intrepid
Bug #241990 reported by
Duncan Sands
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| grep (Debian) |
Fix Released
|
Undecided
|
Unassigned | ||
| grep (Ubuntu) |
Fix Released
|
High
|
Martin Pitt | ||
| Intrepid |
Fix Released
|
High
|
Martin Pitt | ||
Bug Description
Binary package hint: grep
Hardy Heron (correct):
$ echo A | grep -i a
A
Intrepid Ibis (wrong):
$ echo A | grep -i a
$
Same if you grep a file containing A.
This is GNU grep 2.5.3.
Related branches
| Changed in grep: | |
| importance: | Undecided → High |
| Changed in grep: | |
| status: | Unknown → New |
To post a comment you must log in.

I can confirm the bug