Skip to content
Snippets Groups Projects
Commit 24a54828 authored by Jaewon Choi's avatar Jaewon Choi Committed by GitHub
Browse files

Merge pull request #4 from wodnd999999/bug1

Bug1
parents 4b2b34a4 c0eaa386
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ int main() ...@@ -18,7 +18,7 @@ int main()
mysh_parse_command(buf, &argc, &argv); mysh_parse_command(buf, &argc, &argv);
if (strcmp(buf, "") == 0) { if (strcmp(argv[0], "") == 0) {
goto release_and_continue; goto release_and_continue;
} else if (strcmp(argv[0], "cd") == 0) { } else if (strcmp(argv[0], "cd") == 0) {
if (do_cd(argc, argv)) { if (do_cd(argc, argv)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment