Browse Source

Disable strange history expand by num

Serj Kalichev 11 years ago
parent
commit
efe370d81f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      clish/shell/shell_tinyrl.c

+ 1 - 0
clish/shell/shell_tinyrl.c

@@ -77,6 +77,7 @@ static clish_pargv_status_t clish_shell_tinyrl_expand(tinyrl_t * this)
 	int rtn;
 	char *buffer;
 
+	return status;
 	/* first of all perform any history substitutions */
 	rtn = tinyrl_history_expand(tinyrl__get_history(this),
 		tinyrl__get_line(this), &buffer);