summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/functions.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in
index c0b05c7..1a1fbba 100644
--- a/sh/functions.sh.in
+++ b/sh/functions.sh.in
@@ -102,4 +102,5 @@ else
eval "${_e}() { local _r; @PREFIX@/lib/rc/bin/${_e} \"\$@\"; _r=$?; \
export EINFO_LASTCMD=${_e}; return \$_r; }"
done
+ unset _e
fi