diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-04-25 14:41:28 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-04-25 14:41:28 +0000 |
commit | 81c3659cb2b0bd9dc1db58657017452ef5f29ded (patch) | |
tree | 5dee1fa54ab2872f90db56636838b117bcf14ddb /xmc | |
parent | c6d9ed6a553f9492ec9ba62b39f6b98c700d3803 (diff) |
Disable localisation to avoid bug#181027
Diffstat (limited to 'xmc')
-rwxr-xr-x | xmc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |