Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        xnest.sh 


Log Message:
Some internal echo commands wont support -e, so make sure we get an external
one.

===================================================================
RCS file: /cvs/e/e17/apps/e/xnest.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- xnest.sh    23 Oct 2006 06:50:44 -0000      1.8
+++ xnest.sh    5 Nov 2006 22:35:12 -0000       1.9
@@ -6,7 +6,7 @@
 main=$DISPLAY
 display=" -display :1"
 tmp='mktemp' || exit 1
-echo -e "run\nbt\nq\ny" > $tmp
+/bin/echo -e "run\nbt\nq\ny" > $tmp
 
 case "$@" in
        "")     action="gdb -x $tmp" ; main=":1" ; display=""  ;;



-------------------------------------------------------------------------
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