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

Move 'mv' into generic now it builds properly on Windows

This commit is contained in:
Will Wykeham 2016-11-18 13:53:45 +00:00
parent 0809dce4a2
commit 2ad896a6ca
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,6 @@ unix = [
"mkfifo",
"mknod",
"more",
"mv",
"nice",
"nohup",
"pathchk",
@ -64,6 +63,7 @@ generic = [
"ls",
"mkdir",
"mktemp",
"mv",
"nl",
"nproc",
"od",