diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2008-03-24 05:54:18 +0000 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-24 05:54:18 +0000 |
| commit | 02e7e1b9884f3f835e8ffd1f5ce804df5fc6b17b (patch) | |
| tree | 388adec0d9dd8a15911f694f2c85d467f18a46dd /sh | |
| parent | a1b97682434237d84b0aa4a477d001029a7dc019 (diff) | |
| download | openrc-02e7e1b9884f3f835e8ffd1f5ce804df5fc6b17b.tar.xz | |
dont leak the _e var
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/functions.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
