[Zope-Checkins] CVS: Zope3 - stupid_clean:1.1.2.2

Barry Warsaw barry@wooz.org
Fri, 31 May 2002 17:39:21 -0400


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