base.sh: fix national decimal separator

This commit is contained in:
bol-van 2024-12-22 12:31:18 +03:00
parent b878c313f8
commit eb1cf7c15a

View File

@ -241,7 +241,7 @@ fix_sbin_path()
# it can calculate floating point expr
calc()
{
awk "BEGIN { print $*}";
LC_ALL=C awk "BEGIN { print $*}";
}
fsleep_setup()