diff options
author | David <dbphillipsnz@gmail.com> | 2014-04-10 22:04:54 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-04-10 22:04:54 +1200 |
commit | c79d85e506e944b22a54432324f39e5a49a5fc0d (patch) | |
tree | 2e538ad0d54a2bcc4b649328b7618f56959f8ece /trayfreq | |
parent | 7b49e4ee85ba6688dfcd6fd1a0bc7699f56c1c1f (diff) | |
download | paramano-c79d85e506e944b22a54432324f39e5a49a5fc0d.tar.xz |
Fixed locale check bug
Diffstat (limited to 'trayfreq')
-rwxr-xr-x | trayfreq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |