Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        xnest.sh 


Log Message:
i'm assuming this was the intention here? (if not, feel free to revert, but 
something other than 'mktemp' should be used for the command file name)

===================================================================
RCS file: /cvs/e/e17/apps/e/xnest.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- xnest.sh    12 Nov 2006 12:51:29 -0000      1.13
+++ xnest.sh    19 Nov 2006 15:43:58 -0000      1.14
@@ -8,7 +8,7 @@
 
 main=$DISPLAY
 display=" -display $disp_num"
-tmp='mktemp' || exit 1
+tmp=`mktemp` || exit 1
 /bin/echo -e "run\nbt\nq\ny" > $tmp
 
 case "$@" in



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to