mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
expand, unexpand: fix build on stable
This commit is contained in:
parent
8782552f45
commit
26280d9083
5 changed files with 33 additions and 10 deletions
|
@ -40,7 +40,7 @@ generic = [
|
|||
"dirname",
|
||||
"echo",
|
||||
"env",
|
||||
"expand", # skip_on_beta
|
||||
"expand",
|
||||
"expr",
|
||||
"factor",
|
||||
"false",
|
||||
|
@ -79,7 +79,7 @@ generic = [
|
|||
"true",
|
||||
"truncate",
|
||||
"tsort",
|
||||
"unexpand", # skip_on_beta
|
||||
"unexpand",
|
||||
"uniq",
|
||||
"wc",
|
||||
"whoami",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue