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

Merge pull request #5355 from boxdot/main

relpath: remove
This commit is contained in:
Sylvestre Ledru 2023-10-06 20:39:25 +02:00 committed by GitHub
commit a596cda516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 25 additions and 354 deletions

View file

@ -100,7 +100,6 @@ feat_common_core = [
"pwd",
"readlink",
"realpath",
"relpath",
"rm",
"rmdir",
"seq",
@ -430,7 +429,6 @@ ptx = { optional = true, version = "0.0.21", package = "uu_ptx", path = "src/uu/
pwd = { optional = true, version = "0.0.21", package = "uu_pwd", path = "src/uu/pwd" }
readlink = { optional = true, version = "0.0.21", package = "uu_readlink", path = "src/uu/readlink" }
realpath = { optional = true, version = "0.0.21", package = "uu_realpath", path = "src/uu/realpath" }
relpath = { optional = true, version = "0.0.21", package = "uu_relpath", path = "src/uu/relpath" }
rm = { optional = true, version = "0.0.21", package = "uu_rm", path = "src/uu/rm" }
rmdir = { optional = true, version = "0.0.21", package = "uu_rmdir", path = "src/uu/rmdir" }
runcon = { optional = true, version = "0.0.21", package = "uu_runcon", path = "src/uu/runcon" }