summaryrefslogtreecommitdiff
path: root/eclass/cmake.eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-05 11:00:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-05 12:03:29 +0100
commit887484bdd2b7ad104ec66f7c9ad11c30d162e7e0 (patch)
tree9831326f7147bc5f7979961c40490cfe57eb2638 /eclass/cmake.eclass
parent8a0e267e520b86de5cb90852c935ed9bf0b1112e (diff)
downloadkde-887484bdd2b7ad104ec66f7c9ad11c30d162e7e0.tar.gz
kde-887484bdd2b7ad104ec66f7c9ad11c30d162e7e0.tar.bz2
kde-887484bdd2b7ad104ec66f7c9ad11c30d162e7e0.zip
cmake.eclass: Fix fatal typo
Thanks-to: Tomas Mozes <hydrapolic@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/cmake.eclass')
-rw-r--r--eclass/cmake.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 6227785dc97..f523d7eb4e2 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."