To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90891
------- Additional comments from [EMAIL PROTECTED] Thu Jun 19 15:05:19 +0000
2008 -------
Index: build.pl
===================================================================
RCS file: /cvs/tools/solenv/bin/build.pl,v
retrieving revision 1.169
diff -u -r1.169 build.pl
--- build.pl 6 Jun 2008 16:55:03 -0000 1.169
+++ build.pl 19 Jun 2008 15:04:26 -0000
@@ -897,7 +897,7 @@
do {
foreach (@possible_build_lists) {# ('build.lst', 'build.xlist');
if (-e $StandDir . '/prj/'.$_) {
- $StandDir =~ /([\.\w]+$)/;
+ $StandDir =~ /([\-\.\w]+$)/;
$StandDir = $`;
$CurrentPrj = $1;
return $StandDir;
---------------------------------------------------------------------
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]