This commit is contained in:
Anthony Rose 2023-04-21 20:05:37 +01:00
parent 1e2ec0ae8a
commit 69f8f2cbf6

View file

@ -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