cmake.eclass: Fix the fatal typo fix
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Jan 2020 10:43:29 +0000 (11:43 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Jan 2020 10:43:50 +0000 (11:43 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/cmake.eclass

index f7887d0e26ffb120ba58a67f94d8ce7b0c496e45..c91e2dd4ada221d7cd6d10d412b49df3ec1babb9 100644 (file)
@@ -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."