[Zope-Checkins] CVS: Zope - configure:1.23
Fred L. Drake, Jr.
fred at zope.com
Tue Apr 13 16:52:51 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv22972
Modified Files:
configure
Log Message:
there's more! use consistent indentation
=== Zope/configure 1.22 => 1.23 ===
--- Zope/configure:1.22 Tue Apr 13 16:52:06 2004
+++ Zope/configure Tue Apr 13 16:52:50 2004
@@ -154,8 +154,8 @@
out() {
- if [ -z "$QUIET" ]; then
- echo $1
+ if [ -z "$QUIET" ]; then
+ echo $1
fi
}
More information about the Zope-Checkins
mailing list