mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-18 20:22:23 +03:00
base.sh: fix national decimal separator
This commit is contained in:
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()
|
||||||
|
Loading…
Reference in New Issue
Block a user