From 69f8f2cbf66403cd1abdbb87e75087ded378646e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 21 Apr 2023 20:05:37 +0100 Subject: [PATCH] Fix typo --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index f82bf59..eed18ea 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -305,7 +305,7 @@ then fi # Print AZERTY keyboard if using the French locale. -if [ "$LANG" -eq "fr_FR.UTF-8" ] && [ -r "$XDG_DATA_HOME/azerty-afnor.txt" ] +if [ "$LANG" = "fr_FR.UTF-8" ] && [ -r "$XDG_DATA_HOME/azerty-afnor.txt" ] then cat "$XDG_DATA_HOME/azerty-afnor.txt" fi