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

there's more! use consistent indentation

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