On execution on my non-english-local machine I got: `Line 47: printf: 0.72: Invalid number` Adding `LC_NUMERIC="en_US.UTF-8" ` in front of the printf helped.
On execution on my non-english-local machine I got:
Line 47: printf: 0.72: Invalid numberAdding
LC_NUMERIC="en_US.UTF-8"in front of the printf helped.