commit:     035d812e10b8a88fed4e0e7294f0dd3d3790f861
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Wed Jun  8 19:50:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:30:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035d812e

gnome-base/gdm: quote variable EROOT

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-base/gdm/gdm-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gdm/gdm-42.0.ebuild b/gnome-base/gdm/gdm-42.0.ebuild
index 7a16387075ff..d6c9b14f6f70 100644
--- a/gnome-base/gdm/gdm-42.0.ebuild
+++ b/gnome-base/gdm/gdm-42.0.ebuild
@@ -196,7 +196,7 @@ pkg_postinst() {
 
        # bug #669146; gdm may crash if /var/lib/gdm subdirs are not owned by 
gdm:gdm
        ret=0
-       ebegin "Fixing "${EROOT}"/var/lib/gdm ownership"
+       ebegin "Fixing ${EROOT}/var/lib/gdm ownership"
        chown --no-dereference gdm:gdm "${EROOT}/var/lib/gdm" || ret=1
        for d in "${EROOT}/var/lib/gdm/"{.cache,.color,.config,.dbus,.local}; do
                [[ ! -e "${d}" ]] || chown --no-dereference -R gdm:gdm "${d}" 
|| ret=1

Reply via email to