Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv7755
Modified Files:
	configure 
Log Message:
Work on Solaris bourne shell.
=== Zope/configure 1.13 => 1.14 ===
--- Zope/configure:1.13	Tue Jun 24 18:35:34 2003
+++ Zope/configure	Tue Jul  8 15:27:16 2003
@@ -152,7 +152,8 @@
 }
 
 out() {
-    if [ -z $QUIET ]; then
+    
+   if [ -z "$QUIET" ]; then
       echo $1
     fi
 }