diff options
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/main.c b/common/main.c index 9e9268710..e2d2e09bf 100644 --- a/common/main.c +++ b/common/main.c @@ -1452,7 +1452,7 @@ static int builtin_run_command(const char *cmd, int flag)  			continue;  		} -		if (cmd_process(flag, argc, argv, &repeatable)) +		if (cmd_process(flag, argc, argv, &repeatable, NULL))  			rc = -1;  		/* Did the user stop this? */ |