ソースを参照

amended check_redirect

master
10195501441 3年前
コミット
82a29c1b7d
3個のファイルの変更4行の追加1行の削除
  1. +0
    -0
      result.txt
  2. バイナリ
      yeeshell
  3. +4
    -1
      yeeshell.c

+ 0
- 0
result.txt ファイルの表示


バイナリ
yeeshell ファイルの表示


+ 4
- 1
yeeshell.c ファイルの表示

@ -227,6 +227,10 @@ int execute(char *cmdline, char **args)
free(redirect_args);
exit(0);
}
if ((redirect_flag == 1) || (redirect_flag == 2))
{
close(fd);
}
}
else
{
@ -251,7 +255,6 @@ int execute(char *cmdline, char **args)
}
}
}
close(fd);
return 1;
}

読み込み中…
キャンセル
保存