Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:42:00 +0000 (18:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:42:00 +0000 (18:42 +0800)
Spawn.vala

index 73360a9..811b96f 100644 (file)
@@ -425,7 +425,7 @@ public class Spawn : Object
                     } else {
                         this.stderr += buffer;
                     }
-                    _this[prop] += x.str_return;
+                    //_this[prop] += x.str_return;
                     if (_this.debug) {
                         print(prop + ':' + x.str_return.replace(/\n/, ''));
                     }