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
|
fi
|
||||||
|
|
||||||
# Print AZERTY keyboard if using the French locale.
|
# 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
|
then
|
||||||
cat "$XDG_DATA_HOME/azerty-afnor.txt"
|
cat "$XDG_DATA_HOME/azerty-afnor.txt"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue