Commit eb1cf7c1 authored by bol-van's avatar bol-van
Browse files

base.sh: fix national decimal separator

parent b878c313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()