linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 659 forks source link

nvme-print: add fallback for non-standard locale category #2562

Closed dne closed 1 week ago

dne commented 1 week ago

LC_MEASUREMENT is a GNU (libc) extension - fall back to LC_ALL if it's not defined.

Fixes build with musl libc