diff options
-rwxr-xr-x | bin/ebuild.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 3c31c87db..e2a796765 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1172,12 +1172,7 @@ inherit() { olocation="" export ECLASS="$1" - __export_funcs_var=__export_functions_$ECLASS - while [[ $__export_funcs_var =~ [-.+] ]] ; do - __export_funcs_var=${__export_funcs_var/-/__dash__} - __export_funcs_var=${__export_funcs_var/./__dot__} - __export_funcs_var=${__export_funcs_var/+/__plus__} - done + __export_funcs_var=__export_functions_$ECLASS_DEPTH unset $__export_funcs_var if [ "${EBUILD_PHASE}" != "depend" ] && \ |