diff options
-rw-r--r-- | bin/isolated-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index a490f27c0..8f0d20c9f 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -561,7 +561,7 @@ save_ebuild_env() { done unset x - unset -f assert dump_trace die diefunc \ + unset -f assert assert_sigpipe_ok dump_trace die diefunc \ quiet_mode vecho elog_base eqawarn elog \ esyslog einfo einfon ewarn eerror ebegin _eend eend KV_major \ KV_minor KV_micro KV_to_int get_KV unset_colors set_colors has \ |