SF.net SVN: morphix: [2170] trunk/mmaker/utils/build-example.sh

[email protected]
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2170
Author:   paul_c
Date:     2006-03-24 15:51:31 -0800 (Fri, 24 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2170&view=rev

Log Message:
-----------
Fixed the borked regex that stopped any lightgui.* files from being cleaned out.. 

Modified Paths:
--------------
    trunk/mmaker/utils/build-example.sh
Modified: trunk/mmaker/utils/build-example.sh
===================================================================
--- trunk/mmaker/utils/build-example.sh	2006-03-23 21:24:41 UTC (rev 2169)
+++ trunk/mmaker/utils/build-example.sh	2006-03-24 23:51:31 UTC (rev 2170)
@@ -36,7 +36,7 @@
 done
 
 # delete all files in alextreme after 3 days
-find alextreme/[^local]* -ctime +3 -exec rm {} \;
+find alextreme/*.* -ctime +3 -maxdepth 0 -exec rm {} \;
 
 # Cleanup time!
 rm -rf /tmp/libmorphix*


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.