commit 4d7e03339ee37e06a140d3cc32b170910d8eef72 parent 43b26afb7baa97d8f78022197118695143a21132 Author: evenfri <evenfri256@gmail.com> Date: Mon, 10 Aug 2026 03:26:15 +0800 remove debug output Diffstat:
| M | sh.c | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/sh.c b/sh.c @@ -15,12 +15,6 @@ void exec_cd(const char *path) { } int main(void) { - if (environ == NULL) { - write(stderr, "environ is NULL\n", 16); - } else { - write(stderr, "environ OK\n", 11); - } - char line[max_line]; char *argv[max_args];