commit:     d0b6ff625c10498e12c9a9dc129ab5b4f368164f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 10:00:40 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 10:01:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b6ff62

cmake.eclass: Fix fatal typo

Thanks-to: Tomas Mozes <hydrapolic <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index b2b9ae87961..f7887d0e26f 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."

Reply via email to