« Return to Thread: [Cooker] grep -i not working correctly in cooker

Re: [Cooker] grep -i not working correctly in cooker

by Olivier Blin-2 :: Rate this Message:

Reply to Author | View in Thread

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

--
Olivier Blin (blino) - Mandriva

 « Return to Thread: [Cooker] grep -i not working correctly in cooker