1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-01 11:22:57 +03:00

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

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