Add to the list of cleaned-up variables to include all the variables used by this script.
Signed-off-by: Trevor Woerner <[email protected]> --- setup-environment | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-environment b/setup-environment index 861d854..c5362f9 100644 --- a/setup-environment +++ b/setup-environment @@ -45,6 +45,8 @@ clean_up() { unset EULA LIST_MACHINES VALID_MACHINE unset NCPU CWD TEMPLATES SHORTOPTS LONGOPTS ARGS PROGNAME + unset generated_config updated + unset MACHINE SDKMACHINE DISTRO OEROOT } # get command line options -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
