Hi,

+ u-boot version:2019.10-rc4
+ H/W Board : Beaglebone Black
+ Issue : Unable to delete the hush shell local variables


with 'local_variable_name=' at the shell prompt
(similar to 'setenv env_variable_name'),I tried to
delete a Hush shell local variable after creating it.

This approach did not delete (as in the below sequence of
shell commands)  the local variable.
-----------------------------------------------------
=> hushVar=3
=> showvar
HUSH_VERSION=0.01
hushVar=3
=> hushvar=
=> showvar
HUSH_VERSION=0.01
hushVar=3
=>
------------------------------------------------------

Is there a other approach to delete hush shell local variables ??
Any pointers to detailed information regarding Hush Shell Scripts will also
be helpful.

-Adarsh

<https://www.avast.com/en-in/recommend?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=default3&tag=263e577d-8a0d-4805-aed0-c94705b9fd3a>
I’m
protected online with Avast Free Antivirus. Get it here — it’s free forever.
<https://www.avast.com/en-in/recommend?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=default3&tag=263e577d-8a0d-4805-aed0-c94705b9fd3a>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to