1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

numfmt: move to common core

This commit is contained in:
Terts Diepraam 2021-06-20 00:25:02 +02:00
parent 3086e95702
commit eaa93e9c27

View file

@ -63,6 +63,7 @@ feat_common_core = [
"more", "more",
"mv", "mv",
"nl", "nl",
"numfmt",
"od", "od",
"paste", "paste",
"pr", "pr",
@ -160,7 +161,6 @@ feat_require_unix = [
"mkfifo", "mkfifo",
"mknod", "mknod",
"nice", "nice",
"numfmt",
"nohup", "nohup",
"pathchk", "pathchk",
"stat", "stat",