ajout d'env avec opt -i -u / export / unset

This commit is contained in:
gwojda 2017-02-15 15:47:09 +01:00
parent b67c7fd7d3
commit 81b4c83c70
2 changed files with 0 additions and 22 deletions

View file

@ -1,19 +0,0 @@
 shell_init.c 28 interactive shell settings
 main.c 88 start of shell JOBC is ON
 main.c 64 [env -o] stack=[0] state=[4]
 token_print.c 29 13:[env]
 token_print.c 29 13:[-o]
 main.c 64 [env -u] stack=[0] state=[4]
 token_print.c 29 13:[env]
 token_print.c 29 13:[-u]
 main.c 64 [histor] stack=[0] state=[4]
 token_print.c 29 13:[histor]
 main.c 64 [history] stack=[0] state=[4]
 token_print.c 29 13:[history]
 main.c 64 [env -u LESS] stack=[0] state=[4]
 token_print.c 29 13:[env]
 token_print.c 29 13:[-u]
 token_print.c 29 13:[LESS]
 main.c 64 [env ] stack=[0] state=[0]
 token_print.c 29 13:[env]
 shell_exit.c 17 shell_exit()

View file

@ -1,3 +0,0 @@
 shell_init.c 28 interactive shell settings
 main.c 88 start of shell JOBC is ON
 shell_exit.c 17 shell_exit()