That should only happen on UNIX shouldn't it?I have a configure problem for OOo. /usr/bin/ant is a link to /usr/share/ant/bin/ant. I need to find the ultimate source for that link so that the ANT_HOME directory is set correctly.
Is there an easy cross platform way to do that?
readlink is what you're after in that case.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
