On 1/28/07, DJ Lucas <[EMAIL PROTECTED]> wrote:
>
> Thanks for the catch Dan. I don't use a profile.d directory at all, so
> redefining the path explicitly is not an issue for me, nor is script
> order.

No problem. I just looked at what I had on one a different system, and
it was far worse than what you just had.

> AUTO_CLASSPATH_DIR=/usr/lib/classpath
> pathprepend . CLASSPATH
> for dir in `find ${AUTO_CLASSPATH_DIR} -type d 2>/dev/null`; do
>     pathappend $dir CLASSPATH
> done
> unset AUTO_CLASSPATH_DIR

Could you unset dir, too? It bugs when temporary variables are left
set in the environment.

> Look good to you?

Yep, looks good.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to