From 79c18f4289b5c6992bef204b0a5938397e6769f6 Mon Sep 17 00:00:00 2001 From: Natenom Date: Wed, 8 May 2013 16:45:35 +0200 Subject: [PATCH] =?UTF-8?q?add=20LC=5FALL=3DC=20=E2=80=93=20should=20solve?= =?UTF-8?q?=20"bash:=20printf:=202.091:=20invalid=20number"=20on=20non-dec?= =?UTF-8?q?imal-point=20locales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minecraft_ | 1 + 1 file changed, 1 insertion(+) diff --git a/minecraft_ b/minecraft_ index 6861dc8..2fd28eb 100644 --- a/minecraft_ +++ b/minecraft_ @@ -1,6 +1,7 @@ #!/bin/bash LC_LANG=C +LC_ALL=C MC_PORT=${0##*_} if [ "$1" = "config" ]