]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Force the use of '.' as decimal separator.
authorxdch47 <34678034+xdch47@users.noreply.github.com>
Wed, 9 Sep 2020 17:14:04 +0000 (19:14 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 17:14:04 +0000 (10:14 -0700)
commitc2c7ca0d6d6d4e4351f8819afc2ae4d8b804672e
tree10cd730ddcc013a2c4d95a76afe5cb49de5c749b
parenta74259cea063704622b7f3329bef3eadb13ab8b7
Force the use of '.' as decimal separator.

This solves issues occurring with a different decimal operator and
keeps the command line interface consistent for all locales .
E.g. `zfs set quota=0.5T`

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Felix Neumärker <xdch47@posteo.de>
Closes #10878
cmd/mount_zfs/mount_zfs.c
cmd/zfs/zfs_main.c
cmd/zpool/zpool_main.c