diff --git a/sh/functions.sh.in b/sh/functions.sh.in index c0b05c7e..1a1fbba6 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