Spawn.vala
[gitlive] / Spawn.vala
index 3bc3d1a..a81920a 100644 (file)
@@ -131,7 +131,7 @@ public class Spawn : Object
      
     
         this.cfg.cwd =  this.cfg.cwd.length  < 1 ? GLib.Environment.get_home_dir() : this.cfg.cwd;
-        if (!this.cfg.args.length < 0) {
+        if (this.cfg.args.length < 0) {
             throw new Error("No arguments");
         }
         this.run();