Commit acc17e4c authored by Chris McDonough's avatar Chris McDonough

Work on Solaris bourne shell.

parent 171402f7
#!/bin/sh #!/bin/sh
# Zope configure script # Zope configure script
# $Id: configure,v 1.13 2003/06/24 22:35:34 chrism Exp $ # $Id: configure,v 1.14 2003/07/08 19:27:16 chrism Exp $
# $Revision: 1.13 $ # $Revision: 1.14 $
##################################################################### #####################################################################
# BEGIN EDITABLE PARAMETERS # # BEGIN EDITABLE PARAMETERS #
...@@ -152,7 +152,8 @@ out "" ...@@ -152,7 +152,8 @@ out ""
} }
out() { out() {
if [ -z $QUIET ]; then
if [ -z "$QUIET" ]; then
echo $1 echo $1
fi fi
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment