To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72835
User mox changed the following: What |Old value |New value ================================================================================ CC|'is,obr,pjanik' |'is,mox,obr,pjanik' -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Fri Dec 22 02:10:58 -0800 2006 ------- Eric: here's an example script that could be used for our Mac OS X stuff. It is possible to extend this to cover the possible variations too: 2 or 2.1 or 2.1.0 It not the most elegant solution, but it works :) #!/bin/sh # # desktop/macosx/source/getooover.sh # # get the current OpenOffice version number grep PRODUCTVERSION ../../../instsetoo_native/util/openoffice.lst | grep -i -v USER | head -1 | sed -e 's/.*PRODUCTVERSION //g' | sed -e 's/ //g' --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]