소스 검색

check_redirect adjustment

master
10195501441 3 년 전
부모
커밋
3869837f09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      yeeshell.c

+ 1
- 1
yeeshell.c 파일 보기

@ -157,7 +157,7 @@ int check_redirect(char **args, char *redirect_filename, char **redirect_args)
if (redirect_flag == 1) /* redirect output */
{
redirect_filename = args[i + 1];
strcpy(redirect_filename, args[i + 1]);
for (j = 0; j < i; j++)
{
redirect_args[j] = args[j];

불러오는 중...
취소
저장