From 85013e26378404349d107fd0e132a21496b50a93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Sun, 18 Apr 2021 12:28:26 +0200 Subject: [PATCH] =?utf8?q?Odwr=C3=B3cenie=20logiki?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 00-embe-gdm-lang-fixup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-embe-gdm-lang-fixup.sh b/00-embe-gdm-lang-fixup.sh index 7c7b61b..5182258 100644 --- a/00-embe-gdm-lang-fixup.sh +++ b/00-embe-gdm-lang-fixup.sh @@ -1,4 +1,4 @@ -[[ -n "$GDM_LANG" ]] || return +[[ -z "$GDM_LANG" ]] && return export LC_MESSAGES="$GDM_LANG" unset GDM_LANG -- 2.43.2