uwc.sh LANG fix
authorNeszt Tibor <neszt@tvnetwork.hu>
Tue, 30 Sep 2014 13:03:41 +0000 (15:03 +0200)
committerNeszt Tibor <neszt@tvnetwork.hu>
Tue, 30 Sep 2014 13:03:41 +0000 (15:03 +0200)
uwc.sh

diff --git a/uwc.sh b/uwc.sh
index 6e20945..59a95d8 100755 (executable)
--- a/uwc.sh
+++ b/uwc.sh
@@ -1,3 +1,5 @@
 #!/bin/sh
 
+unset LANG
+
 tr " " "\n" | grep -i "^[a-z']\+$" | sort | uniq -c | sort -n | awk '{print $2" "$1}'