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

mktemp: add build for all systems

This commit is contained in:
Joseph Crail 2016-05-22 18:48:12 -04:00
parent 53c62db8d6
commit 678a05d90f

View file

@ -17,7 +17,6 @@ unix = [
"logname", "logname",
"mkfifo", "mkfifo",
"mknod", "mknod",
"mktemp",
"mv", "mv",
"nice", "nice",
"nohup", "nohup",
@ -55,6 +54,7 @@ generic = [
"ln", "ln",
"ls", "ls",
"mkdir", "mkdir",
"mktemp",
"nl", "nl",
"nproc", "nproc",
"od", "od",