summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-04-29 02:53:55 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-04-29 02:56:24 +0100
commit50f6f5b93964207f3f0a5adc2fdbb33e9ddf1325 (patch)
tree5ef6f28d809832a107e60b1e251bc4f4fa053463
parentprofiles/enlightenment/cross: Add FreeBSD to USE_EXPAND_VALUES_ELIBC (diff)
downloadportage-50f6f5b93964207f3f0a5adc2fdbb33e9ddf1325.tar.xz
profiles/common: More local variables
-rw-r--r--profiles/common/profile.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index 8e4d482e..3f7c2ecd 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -49,6 +49,7 @@ function __drop-doc () {
/opt/ekopath/docs
)
+ local _dir
for _dir in "${_DIRS[@]}" ; do
if [[ ! -d "${ED}/${_dir}" ]] ; then
continue
@@ -65,6 +66,7 @@ function __drop-unneeded () {
/etc/xinetd.d
)
+ local _path
for _path in "${_PATH[@]}" ; do
if [[ ! -e "${ED}/${_path}" ]] ; then
continue