From c79d85e506e944b22a54432324f39e5a49a5fc0d Mon Sep 17 00:00:00 2001 From: David Date: Thu, 10 Apr 2014 22:04:54 +1200 Subject: Fixed locale check bug --- trayfreq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trayfreq') diff --git a/trayfreq b/trayfreq index 8686b41..b193049 100755 --- a/trayfreq +++ b/trayfreq @@ -1,6 +1,6 @@ #!/usr/bin/bash -lang=$(locale | grep LANGUAGE | cut -d= -f2 | cut -d_ -f1) +lang=$(locale | grep LANG | cut -d= -f2 | cut -d_ -f1) if [ lang = "fr" ]; then trayfreq-fr $@ -- cgit v1.1