diff options
author | Gregory M. Tuner <gmt@be-evil.net> | 2014-05-30 22:23:45 -0700 |
---|---|---|
committer | Gregory M. Tuner <gmt@be-evil.net> | 2014-05-30 22:23:45 -0700 |
commit | 69b759f4ee061010a56241d38d834e6691b8f032 (patch) | |
tree | 9f8452e05388def0d9b617e3793e0c154043dcf9 /eclass | |
parent | =dev-libs/openssl-0.9.8y-r1: ununmask as unmasked upstream (diff) | |
download | gmt-69b759f4ee061010a56241d38d834e6691b8f032.tar.gz gmt-69b759f4ee061010a56241d38d834e6691b8f032.tar.bz2 gmt-69b759f4ee061010a56241d38d834e6691b8f032.zip |
eclass/multilib-build: fixup whitespace
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index cdd8643..0bab0b9 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1022,7 +1022,7 @@ _EOF_ # don't rewrite symlink targets if we are relying on redundant @wrapping! # that would be bad (even if it worked it'd be awfully confusing) - if [[ ${dosymlink} == yes && -L "${root}${f}" ]]; then + if [[ ${dosymlink} == yes && -L "${root}${f}" ]]; then # rewrite the symlink target local target=$(readlink "${root}${f}") local target_dir |