Hallo David!
> env > /tmp/${TEMP}.info
> . /tmp/${TEMP}.info
What are you doing here??? ... looks like you do not understand how the
environment is working ... env prints a list of all exported shell
variables (that is the environment) ... there after you are just reading
in (ohps ... sourcing) the same values back to the same variables ...
that is just pure wasting of resources (mostly time consumption) without
any advantage.
Your script should work without that ... with full access to all values
env can list at that point.
--
Harald
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox