Gleb Smirnoff <[email protected]> writes: > commit 77a201b1705dbd97ea9ebe5b25b1d4ddac8a7d38 > Author: Gleb Smirnoff <[email protected]> > AuthorDate: 2026-07-17 00:49:55 +0000 > Commit: Gleb Smirnoff <[email protected]> > CommitDate: 2026-07-17 01:40:03 +0000 > > ministat: parse comma used as decimal delimiter > > This allows to use output of '/usr/bin/time -ao foo' as direct input to > ministat(1). > > While here make diagnostic message more verbose.
This is wrong. What if delim is ","? The correct solution is to either run your time command with LANG=C, or post-process the output. DES -- Dag-Erling Smørgrav - [email protected]
