Author: joes
Date: Tue Jan 13 12:55:45 2009
New Revision: 734240

URL: http://svn.apache.org/viewvc?rev=734240&view=rev
Log:
quote the variable so we don't
get silliness when it's empty

Modified:
    httpd/apreq/trunk/apreq2-config.in

Modified: httpd/apreq/trunk/apreq2-config.in
URL: 
http://svn.apache.org/viewvc/httpd/apreq/trunk/apreq2-config.in?rev=734240&r1=734239&r2=734240&view=diff
==============================================================================
--- httpd/apreq/trunk/apreq2-config.in (original)
+++ httpd/apreq/trunk/apreq2-config.in Tue Jan 13 12:55:45 2009
@@ -215,7 +215,7 @@
 done
 
 if test -n "$flags"; then
-  if [ -n $SOLARIS ]; then
+  if [ -n "$SOLARIS" ]; then
     $flags=`echo $flags | sed -e 's/-L\([^ ]*\)/-R\1 -L\1/g'`
   fi
   echo "$flags"


Reply via email to