https://issues.apache.org/bugzilla/show_bug.cgi?id=45232
Summary: Empty APU_MODULES makes sh syntax error
Product: Apache httpd-2
Version: 2.2.9
Platform: Sun
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In srclib/apr-util/Makefile, it reads:
for m in $(APU_MODULES);
and empty value of APU_MODULES macro makes it
for m in ;
which causes shell to barf:
/bin/sh: syntax error at line 1: `;' unexpected
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]