Commit c3c12bfc authored by Christian Theune's avatar Christian Theune

- fixed small typo

parent 7ec7171d
#!/bin/sh #!/bin/sh
# Zope configure script # Zope configure script
# $Id: configure,v 1.15 2003/08/22 14:06:01 chrism Exp $ # $Id: configure,v 1.16 2003/09/18 16:10:13 ctheune Exp $
# $Revision: 1.15 $ # $Revision: 1.16 $
##################################################################### #####################################################################
# BEGIN EDITABLE PARAMETERS # # BEGIN EDITABLE PARAMETERS #
...@@ -111,7 +111,7 @@ get_python() { ...@@ -111,7 +111,7 @@ get_python() {
done done
if [ "$VERSION" = "$TARGET" ]; then if [ "$VERSION" = "$TARGET" ]; then
out "" out ""
out " The optimimum Python version ($TARGET) was found at $FOUND." out " The optimum Python version ($TARGET) was found at $FOUND."
elif [ -z "$FOUND1" ] && [ -z "$FOUND2" ] && [ -z "$FOUND3" ] && elif [ -z "$FOUND1" ] && [ -z "$FOUND2" ] && [ -z "$FOUND3" ] &&
[ -z "$FOUND4" ] && [ -z "$FOUND5" ] && [ -z "$FOUND6" ] ; then [ -z "$FOUND4" ] && [ -z "$FOUND5" ] && [ -z "$FOUND6" ] ; then
out "" out ""
......
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