cruftiness in gnome-config
- From: Jody Goldberg <jgoldberg home com>
- To: Gnome Hackers <gnome-hackers nuclecu unam mx>
- Cc: John N S Gill <jng renre-europe com>
- Subject: cruftiness in gnome-config
- Date: Fri, 3 Nov 2000 11:13:26 -0500
John just noticed that GNOME_PATH did not behave as other
paths do. Things later in the path dominate.
gnome-config :
<<<<<<<<<<<<<<<<
for extra in `echo $GNOME_PATH | sed 's/:/ /g'`; do
module_dirs="$extra/lib:$module_dirs"
done
for extra in `echo $GNOME_LIBCONFIG_PATH | sed 's/:/ /g'`; do
module_dirs="$extra:$module_dirs"
done
>>>>>>>>>>>>>>>>
This chunk of gnome-config appears to be the culprit that reverses
the list. Several questions.
1) Was this intentional (if so, what we you smoking?)
2) does anything depend on this ?
3) Is it worth the risk of (2) to fix it ?
Thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]