Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
if [ -z "${MY_LDPATH}" ]
then
if [ -d "${LDPATH}" ]
# don't check to see if the directory exists
# it could be multiple paths seperated by ':'
# if [ -d "${LDPATH}" ]
# then
MY_LDPATH="${LDPATH}"
fi
# fi
else
MY_LDPATH="${MY_LDPATH}:${LDPATH}"
done