summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxmc3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmc b/xmc
index 1fa1e54..7fb8d1c 100755
--- a/xmc
+++ b/xmc
@@ -1,5 +1,8 @@
#!/bin/bash
+# danish locale is broken - see http://bugs.debian.org/181027
+export LC_ALL=C
+
if [ $# -eq 0 ]; then
xsh localhost mc
elif [ $# -eq 1 -a "$1" = "su" ]; then