Olivier Blin wrote:
> Steve Morris <
samorris@...> writes:
>
>
>> grep -i is not working correctly as evidenced by the following output:
>>
>> [steve@development ~]$ env | grep -i xdg_data_dirs
>> [steve@development ~]$ env | grep -i XDG_DATA_DIRS
>> [steve@development ~]$ env | grep -i PATH
>> [steve@development ~]$ env | grep XDG_DATA_DIRS
>> XDG_DATA_DIRS=/usr/share:/opt/kde3/share:/usr/share:/opt/kde3/share
>> [steve@development ~]$ env | grep PATH
>> NLSPATH=/usr/share/locale/%l/%N
>> PATH=/usr/share/colorgcc:.:/usr/share/colorgcc:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/qt4/bin:/usr/bin:/opt/kde3/bin:/home/steve/bin:/usr/lib/qt4/bin:/usr/bin:/opt/kde3/bin
>> PYTHONPATH=/usr/lib/ooo-2.4/program:/usr/lib/ooo-2.4/program
>> PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib/pkgconfig
>> LADSPA_PATH=/usr/lib/ladspa/
>> QT_PLUGIN_PATH=/home/steve/.kde4/lib/kde4/plugins/:/usr/lib/kde4/plugins/
>>
>> This has been happening for quite some time, what needs to be done to
>> fix this?
>>
>
> Please see
https://qa.mandriva.com/show_bug.cgi?id=41922>
Thanks Olivier, I had all sorts of issues browsing this bug. Clicking on
the link in Thunderbird, Firefox 3 from mozilla.org would not display
the bug, I had to cut and paste the link into firefox before it would
display it. It appears that the patch disabled the functionality of '-i'
as the test I did of env | grep -i lc found instances of lc but not LC.
The documented work around of setting the environment variable works.
Should I update the bug with my findings?
regards,
Steve
[samorris.vcf]
begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard