Fix typo
This commit is contained in:
parent
1e2ec0ae8a
commit
69f8f2cbf6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue