To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=48213
------- Additional comments from [EMAIL PROTECTED] Wed Apr 27 11:30:07 -0700 2005 ------- Yet anothe possibility is to set _buildshell in rpm's configuration (that's where it is supposed to be set) - so create a file ~/.rpmmacros and add the line "%_buildshell /bin/bash" I don't like the idea of setting the shell in the makefile or the spec since there is a good chance that /bin/bash doesn't exist (instead there probably is /bin/bash2) So change the parameter expansion to a portable equivalent or use the sed-"hack" (I think this is overkill, but since sed is required by other modules as well this at least doesn't add a new dependency), but don't hard-code the buildshell. --------------------------------------------------------------------- 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]
