aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-02-05 16:50:08 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-02-05 16:50:08 +0100
commitbc456db36c8ec44a4802b44d061477efbecd05e1 (patch)
tree170b7b0ee1575fb460de3d2a4ca47961b4dfba58 /misc
parenttest_compile_modules: ignore unreadable files/dirs (diff)
downloadportage-bc456db36c8ec44a4802b44d061477efbecd05e1.tar.gz
portage-bc456db36c8ec44a4802b44d061477efbecd05e1.tar.bz2
portage-bc456db36c8ec44a4802b44d061477efbecd05e1.zip
Rename a private function.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/emerge-delta-webrsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index b16982bb7..96564af8e 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Author: Brian Harring <ferringb@gentoo.org>, karltk@gentoo.org originally.
# Rewritten from the old, Perl-based emerge-webrsync script
@@ -47,7 +47,7 @@ export http_proxy ftp_proxy
source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit
repo_name=gentoo
-repo_location=$(__repo_key "${repo_name}" location)
+repo_location=$(__repo_attr "${repo_name}" location)
if [[ -z ${repo_location} ]]; then
eecho "Repository '${repo_name}' not found"
exit 1