Commit 9af1e612 authored by Fred Drake's avatar Fred Drake

there's more! use consistent indentation

parent 3fd8756b
#!/bin/sh #!/bin/sh
# Zope configure script # Zope configure script
# $Id: configure,v 1.22 2004/04/13 20:52:06 fdrake Exp $ # $Id: configure,v 1.23 2004/04/13 20:52:50 fdrake Exp $
# $Revision: 1.22 $ # $Revision: 1.23 $
##################################################################### #####################################################################
# BEGIN EDITABLE PARAMETERS # # BEGIN EDITABLE PARAMETERS #
...@@ -154,8 +154,8 @@ get_python() { ...@@ -154,8 +154,8 @@ get_python() {
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