diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 686a4879080..55fc324ed56 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1771,7 +1771,7 @@ foo=bar

NOTE: This behavior differs from the Bash shell. - Bash would retain the local Bash variable which will shadow the environment variable of the same name. + Bash would retain the local Bash variable which will shadow the environment variable of the same name and same value.
  • @@ -2994,8 +2994,7 @@ nsh>

    NOTE: The Bash shell does not work this way. - Bash would set the value of the local Bash variable and would not modify the environment variable. - The local Bash variable would that then shadow the environment variable with a differing value. + Bash would set the value of both the local Bash variable and the environment variable of the same name to the same value.