mdev with hda's

Harald Becker ralda at gmx.de
Wed May 11 17:48:44 UTC 2011


 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



More information about the busybox mailing list