From 81c3659cb2b0bd9dc1db58657017452ef5f29ded Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 25 Apr 2005 14:41:28 +0000 Subject: Disable localisation to avoid bug#181027 --- xmc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmc') 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 -- cgit v1.2.3