summaryrefslogtreecommitdiff
path: root/www-client/dillo/dillo-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/dillo/dillo-9999.ebuild')
-rw-r--r--www-client/dillo/dillo-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
index 0f9bf5b7124d..4432d6a7d224 100644
--- a/www-client/dillo/dillo-9999.ebuild
+++ b/www-client/dillo/dillo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -47,7 +47,7 @@ src_configure() {
}
src_compile() {
- emake AR=$(tc-getAR)
+ emake AR="$(tc-getAR)"
if use doc; then
doxygen Doxyfile || die
fi