From 684a5c4f7a7280308c76d84d1136ce890e6f950b Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Thu, 13 Jun 2013 10:31:00 +0000 Subject: Correct variable typo Fix bug 471866 [1]. Thank you Ben Kohler for reporting and submitting the patch. 1.) https://bugs.gentoo.org/show_bug.cgi?id=471866 --- postgresql.eselect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql.eselect') diff --git a/postgresql.eselect b/postgresql.eselect index 8dd29d6..e49361a 100644 --- a/postgresql.eselect +++ b/postgresql.eselect @@ -197,7 +197,7 @@ do_set() { # Create relative links so that they work both here and inside the new # root if $ROOT is not "/" - rel_source=$(relative_name "${sources[$i]}" "$(dirname "${target[$i]}")") + rel_source=$(relative_name "${sources[$i]}" "$(dirname "${targets[$i]}")") ln -s "$rel_source" "${targets[$i]}" || die -q "Unable to create link!" echo "${targets[$i]##${ROOT%/}/}" >> "${E_PATH}"/active.links -- cgit v1.2.3-65-gdbad