Skip to content

Commit

Permalink
Merge branch 'master' of github.com:loftyzhang/os-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Helicopt committed Mar 28, 2016
2 parents fcbb49d + a5659cb commit 98d968f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6-14061186-shell/execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ int builtinCmd(SimpleCmd *cmd, int needRedir)
printf(" ");
}
if (cmd->argc<2){
printf("echo:illegal input,supposing echo [String]");
printf("echo:illegal input,requiring echo [String]");
}
printf("\n");
return 1;
Expand Down
Binary file modified 6-14061186-shell/execute.o
Binary file not shown.
Binary file modified 6-14061186-shell/user-sh
Binary file not shown.
Binary file modified 张巍_14061186_冯炜韬_14061197_shell实验报告.docx
Binary file not shown.

0 comments on commit 98d968f

Please sign in to comment.