DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20960>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20960 Unquoted string following "test -n" in apu-config.in Summary: Unquoted string following "test -n" in apu-config.in Product: APR Version: 0.9.4 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: APR-util AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] # diff apu-config.in.orig apu-config.in 124c124 < if test -n $tmpbindir; then --- > if test -n "$tmpbindir"; then --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
