diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-29 02:53:55 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-29 02:56:24 +0100 |
commit | 50f6f5b93964207f3f0a5adc2fdbb33e9ddf1325 (patch) | |
tree | 5ef6f28d809832a107e60b1e251bc4f4fa053463 /profiles | |
parent | profiles/enlightenment/cross: Add FreeBSD to USE_EXPAND_VALUES_ELIBC (diff) | |
download | portage-50f6f5b93964207f3f0a5adc2fdbb33e9ddf1325.tar.xz |
profiles/common: More local variables
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/profile.bashrc | 2 |
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 |