diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-08-15 16:14:29 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-08-15 16:17:14 +0200 |
commit | 38f0f74d4afd99eeccade745f5437cbbdda09303 (patch) | |
tree | 0d9ca49e5cf9391198282155746544bb7b9e9e3b /eclass/linux-build.eclass | |
parent | eclass/linux-build: Drop sys-apps/module-init-tools DEPEND (diff) | |
download | portage-38f0f74d4afd99eeccade745f5437cbbdda09303.tar.xz |
eclass/linux-build: Add missing brackets
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 195e70f0..23cb8fcc 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -103,7 +103,7 @@ linux-build_src_prepare() { KBUILD_SRC="${SRCDIR}" KCONFIG_CONFIG="${BUILDDIR}/.config" - KBUILD_BUILD_USER="${KBUILD_BUILD_USER:-$PORTAGE_USERNAME}" + KBUILD_BUILD_USER="${KBUILD_BUILD_USER:-${PORTAGE_USERNAME}}" ) copt=( |