Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/scripts


Modified Files:
        session.sh 


Log Message:
Skip files named *~.

===================================================================
RCS file: /cvs/e/e16/e/scripts/session.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- session.sh  7 Jun 2006 22:02:40 -0000       1.2
+++ session.sh  13 Feb 2007 04:05:05 -0000      1.3
@@ -31,6 +31,8 @@
                if [ -x "$f" ]; then
 #                      echo $f
                        case "$f" in
+                       *~)     # Assume this is crap - skip
+                               ;;
                        *.sh)   # Scripts are executed in foreground
                                "$f"
                                ;;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to