aboutsummaryrefslogtreecommitdiff
path: root/trayfreq
diff options
context:
space:
mode:
Diffstat (limited to 'trayfreq')
-rwxr-xr-xtrayfreq2
1 files changed, 1 insertions, 1 deletions
diff --git a/trayfreq b/trayfreq
index b193049..ccb1774 100755
--- a/trayfreq
+++ b/trayfreq
@@ -2,7 +2,7 @@
lang=$(locale | grep LANG | cut -d= -f2 | cut -d_ -f1)
-if [ lang = "fr" ]; then
+if [ x$lang = "xfr" ]; then
trayfreq-fr $@
else
trayfreq-en $@