aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-04-27 19:26:27 +0200
committerUlrich Müller <ulm@gentoo.org>2023-04-27 20:33:32 +0200
commit0fa8c7471e3e14a28c11ad4831fd2026e26b3c0b (patch)
treeb1f67d344a791abd9a7d2b4d61d4204fd3341278 /bin/save-ebuild-env.sh
parentinstall-qa-check.d: Add a install log check for missing dev-python/cython dep (diff)
downloadportage-0fa8c7471e3e14a28c11ad4831fd2026e26b3c0b.tar.gz
portage-0fa8c7471e3e14a28c11ad4831fd2026e26b3c0b.tar.bz2
portage-0fa8c7471e3e14a28c11ad4831fd2026e26b3c0b.zip
bin: Rename all _E_*DESTTREE_ variables to __E_*DESTTREE
The __* namespace is reserved for package manager use. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 6dc0bf77f..bba468da1 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -13,7 +13,7 @@
__save_ebuild_env() {
(
if has --exclude-init-phases $* ; then
- unset S _E_DESTTREE _E_INSDESTTREE _E_DOCDESTTREE_ _E_EXEDESTTREE_ \
+ unset S __E_DESTTREE __E_INSDESTTREE __E_DOCDESTTREE __E_EXEDESTTREE \
PORTAGE_DOCOMPRESS_SIZE_LIMIT PORTAGE_DOCOMPRESS \
PORTAGE_DOCOMPRESS_SKIP PORTAGE_DOSTRIP PORTAGE_DOSTRIP_SKIP
if [[ -n ${PYTHONPATH} &&