diff options
| -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 09ee64b81..553ac357d 100644 --- a/common/main.c +++ b/common/main.c @@ -1336,7 +1336,7 @@ int run_command (const char *cmd, int flag)  		/* Did the user stop this? */  		if (had_ctrlc ()) -			return 0;	/* if stopped then not repeatable */ +			return -1;	/* if stopped then not repeatable */  	}  	return rc ? rc : repeatable; |