From d9747bb26681db41dd7b0bd257fd44415e38430b Mon Sep 17 00:00:00 2001
From: Guy Zana <guy@cloudius-systems.com>
Date: Tue, 28 May 2013 18:04:21 +0300
Subject: [PATCH] cli: fix run command, the whole point is to be able to pass
 arguments

---
 console/run.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/console/run.js b/console/run.js
index 277e9ec2a..45a68a33b 100644
--- a/console/run.js
+++ b/console/run.js
@@ -32,10 +32,6 @@ var run_cmd = {
     },
 
     invoke: function(inp) {
-        if (inp.length != 2) {
-            return;
-        }
-
         rc = this.run(inp);
         if (rc < 0) {
             print("run: couldn't execute elf");
-- 
GitLab