Closes: https://bugs.gentoo.org/968597
Signed-off-by: Andreas Sturmlechner <[email protected]>
---
 eclass/desktop.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/desktop.eclass b/eclass/desktop.eclass
index 5dcc695bfcdc..b8d156405283 100644
--- a/eclass/desktop.eclass
+++ b/eclass/desktop.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: desktop.eclass
@@ -314,7 +314,7 @@ make_desktop_entry() {
 
        if [[ ${eapi9} && -n ${entries} ]]; then
                local entry
-               for entry in ${entries[@]}; do
+               for entry in "${entries[@]}"; do
                        if [[ ${entry} =~ ^[A-Za-z0-9-]+=.* ]]; then
                                printf "%s\n" "${entry}" >> "$
{desktop}" || die
                        else
-- 
2.52.0

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to