athena.py: fix for LD_PRELOAD restoration
The athena.py
"shell-script" sets LD_PRELOAD_ORIG
. But if someone
executes it via python athena.py
we cannot assume this environment
variable is set.
The athena.py
"shell-script" sets LD_PRELOAD_ORIG
. But if someone
executes it via python athena.py
we cannot assume this environment
variable is set.