Author: dmeyer
Date: Fri Feb 24 21:43:18 2006
New Revision: 1225

Modified:
   trunk/base/src/base/distribution.py

Log:
change stdout/stderr handling

Modified: trunk/base/src/base/distribution.py
==============================================================================
--- trunk/base/src/base/distribution.py (original)
+++ trunk/base/src/base/distribution.py Fri Feb 24 21:43:18 2006
@@ -151,7 +151,7 @@
         """
         fd, outfile = tempfile.mkstemp()
         os.close(fd)
-        f = os.popen("cc -x c - -o %s %s &>/dev/null" % (outfile, args), "w")
+        f = os.popen("cc -x c - -o %s %s 2>/dev/null >/dev/null" % (outfile, 
args), "w")
         if not f:
             return False
         


-------------------------------------------------------
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
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to