From 720991f37d3554f2badcb7c16788a9e99852a4b0 Mon Sep 17 00:00:00 2001 From: Natenom Date: Wed, 8 May 2013 17:32:50 +0200 Subject: [PATCH] LC_LANG should be LANG --- minecraft_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft_ b/minecraft_ index 2fd28eb..0353906 100644 --- a/minecraft_ +++ b/minecraft_ @@ -1,6 +1,6 @@ #!/bin/bash -LC_LANG=C +LANG=C LC_ALL=C MC_PORT=${0##*_}