commit: 119f5948aac8185e8cb0c25ca3991c2eaba16895
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 14:56:46 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 14:56:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119f5948
app-admin/sudo: quote secure-path configure option
It may contain spaces.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-admin/sudo/sudo-1.9.15_p5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/sudo/sudo-1.9.15_p5.ebuild
b/app-admin/sudo/sudo-1.9.15_p5.ebuild
index 7255a97cc5a7..70d37ba4d885 100644
--- a/app-admin/sudo/sudo-1.9.15_p5.ebuild
+++ b/app-admin/sudo/sudo-1.9.15_p5.ebuild
@@ -178,7 +178,7 @@ src_configure() {
$(use_with offensive all-insults)
$(use_with pam)
$(use_with pam pam-login)
- $(use_with secure-path secure-path "${SECURE_PATH}")
+ "$(use_with secure-path secure-path "${SECURE_PATH}")"
$(use_with selinux)
$(use_with sendmail)
$(use_with skey)