소스 검색

Disable strange history expand by num

Serj Kalichev 11 년 전
부모
커밋
efe370d81f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);