From 69b759f4ee061010a56241d38d834e6691b8f032 Mon Sep 17 00:00:00 2001 From: "Gregory M. Tuner" Date: Fri, 30 May 2014 22:23:45 -0700 Subject: eclass/multilib-build: fixup whitespace Signed-off-by: Gregory M. Tuner --- eclass/multilib-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad