mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-10 16:17:55 +00: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
|
||||
calc()
|
||||
{
|
||||
awk "BEGIN { print $*}";
|
||||
LC_ALL=C awk "BEGIN { print $*}";
|
||||
}
|
||||
|
||||
fsleep_setup()
|
||||
|
Loading…
Reference in New Issue
Block a user