[Zope-CVS] CVS: Zope - configure:1.1.4.4

Matt Behrens matt@zigg.com
Fri, 30 Aug 2002 10:27:15 -0400


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv13300

Modified Files:
      Tag: chrism-install-branch
	configure 
Log Message:
fix another chrism thinko, ain't shell scripts fun? :-D


=== Zope/configure 1.1.4.3 => 1.1.4.4 ===
--- Zope/configure:1.1.4.3	Mon Aug 26 12:38:23 2002
+++ Zope/configure	Fri Aug 30 10:27:14 2002
@@ -47,14 +47,14 @@
     echo "  also work, but not as optimally."
     exit 127
 elif [ $VERSION = $TARGET ]; then
-    echo "  The optimimum Python version ($TARGET) was found at $full."
+    echo "  The optimimum Python version ($TARGET) was found at $FOUND."
 else
     echo "  !! WARNING !! "
     echo "  An acceptable, but non-optimal version of Python ($VERSION) was"
-    echo "  found at '$full' but consider installing version $TARGET"
+    echo "  found at '$FOUND' but consider installing version $TARGET"
     echo "  before running 'make'."
 fi
 echo
 
 # run the Python configurator
-$full $HERE/inst/configure.py $@
+$FOUND $HERE/inst/configure.py $@