aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-07-14 21:38:12 -0400
committerTim Harder <radhermit@gmail.com>2015-07-14 21:45:05 -0400
commit83cf89e3fe51cc04ae094337220988e01402321c (patch)
tree887b5edacbd8f516d826f952e6bf309940df9374 /tox.ini
parentbash: return proper exit status from __regex_filter_input() (diff)
downloadpkgcore-83cf89e3fe51cc04ae094337220988e01402321c.tar.gz
pkgcore-83cf89e3fe51cc04ae094337220988e01402321c.tar.bz2
pkgcore-83cf89e3fe51cc04ae094337220988e01402321c.zip
bash: clarify why expand_aliases still needs to be enabled
In summary, it's due to still needing aliases to properly load portage-style env dumps that use 'declare' formatting which is inherently local in scope (except if -g is given). Loading them normally in a function would localize all the variables to that function so nothing else could use them outside that function's scope.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0c68774b..1b41b5bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,5 +32,5 @@ commands =
pip install -I .
make -C doc {posargs:man html}
-# stub for travis-ci python nightlies tests
+# stub for travis-ci python nightly target tests
[testenv:pynightly]