add LC_ALL=C – should solve "bash: printf: 2.091: invalid number" on non-decimal-point locales

This commit is contained in:
Natenom 2013-05-08 16:45:35 +02:00
parent bba2b55493
commit 79c18f4289
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
LC_LANG=C
LC_ALL=C
MC_PORT=${0##*_}
if [ "$1" = "config" ]