Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv30958
Modified Files:
Tag: Zope-3x-branch
stupid_clean
Log Message:
typo
=== Zope3/stupid_clean 1.1.2.1 => 1.1.2.2 ===
files=`find -name \*.o -o -name \*.so`
-if [ ! -z $files ] ; then
+if [ ! -z "$files" ] ; then
rm $files
fi