Skip to content

Commit

Permalink
add a return statement to env_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBature committed Jul 26, 2023
1 parent 90ab2da commit 4aa30f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ void env_cmd(void)
printf("%s\n", environ[i]);
i++;
}
return;
}

/**
Expand Down
Binary file modified shell
Binary file not shown.

0 comments on commit 4aa30f7

Please sign in to comment.