cmake.eclass: Fix fatal typo
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Jan 2020 10:00:40 +0000 (11:00 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Jan 2020 10:01:43 +0000 (11:01 +0100)
Thanks-to: Tomas Mozes <hydrapolic@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/cmake.eclass

index b2b9ae87961308ff117365c351dd88861b59b259..f7887d0e26ffb120ba58a67f94d8ce7b0c496e45 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."