summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-01-16 14:29:01 +0000
committerZac Medico <zmedico@gentoo.org>2013-01-16 14:29:01 +0000
commit8cf3c2f5199ca3e539fc52232e2d83ac35d6ec26 (patch)
tree533a44df7c148b07fc115e2affd3ab87f9f83ed8 /eclass/linux-info.eclass
parentSubslot also libav 0.8 for the fun. (diff)
downloadhistorical-8cf3c2f5199ca3e539fc52232e2d83ac35d6ec26.tar.gz
historical-8cf3c2f5199ca3e539fc52232e2d83ac35d6ec26.tar.bz2
historical-8cf3c2f5199ca3e539fc52232e2d83ac35d6ec26.zip
Fix localRESULT typo in linux_chkconfig_builtin.
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r--eclass/linux-info.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index d657b5b237dd..87c1012be9e8 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.94 2013/01/14 21:19:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.95 2013/01/16 14:29:01 zmedico Exp $
# @ECLASS: linux-info.eclass
# @MAINTAINER:
@@ -323,7 +323,7 @@ linux_chkconfig_module() {
# MUST call linux_config_exists first.
linux_chkconfig_builtin() {
linux_config_qa_check linux_chkconfig_builtin
- localRESULT config
+ local RESULT config
config="${KV_OUT_DIR}/.config"
[ ! -f "${config}" ] && config="/proc/config.gz"
RESULT="$(getfilevar_noexec CONFIG_${1} "${config}")"