From: Andreas Sturmlechner Date: Sun, 5 Jan 2020 10:43:29 +0000 (+0100) Subject: cmake.eclass: Fix the fatal typo fix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e38b524a72cce9cd15eb171592e23516632081b0;p=gentoo.git cmake.eclass: Fix the fatal typo fix Signed-off-by: Andreas Sturmlechner --- diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index f7887d0e26ff..c91e2dd4ada2 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -567,7 +567,7 @@ cmake_build() { emake) [[ -e Makefile ]] || die "Makefile not found. Error during configure stage." [[ "${CMAKE_VERBOSE}" != "OFF" ]] && local verbosity="VERBOSE=1" - emake "${verbosity} "$@" + emake "${verbosity}" "$@" ;; ninja) [[ -e build.ninja ]] || die "build.ninja not found. Error during configure stage."