aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-10 23:34:22 -0500
committerMike Frysinger <vapier@gentoo.org>2015-11-12 20:42:28 -0500
commit15cfd145f4d28e34f1901d7630bd6d8cff9d323f (patch)
treedf837d21d42122d311adbd86f5f96f9741364d58 /bin/save-ebuild-env.sh
parentbin/phase-helpers: Fix accidental syntax error (diff)
downloadportage-15cfd145f4d28e34f1901d7630bd6d8cff9d323f.tar.gz
portage-15cfd145f4d28e34f1901d7630bd6d8cff9d323f.tar.bz2
portage-15cfd145f4d28e34f1901d7630bd6d8cff9d323f.zip
ebuild: set up bash compat levels
To try and provide better stability across bash versions, set the language compat level based on the current EAPI. This does not ban newer features, it tells bash to use the older bash behavior when the behavior changes across versions.
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 17e4cdcbb..803634218 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -75,7 +75,7 @@ __save_ebuild_env() {
__ebuild_main __ebuild_phase __ebuild_phase_with_hooks \
__ebuild_arg_to_phase __ebuild_phase_funcs default \
__unpack_tar __unset_colors \
- __source_env_files __try_source \
+ __source_env_files __try_source __check_bash_version \
__eqaquote __eqatag \
${QA_INTERCEPTORS}