1
Fork 0
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:
Michael Gehring 2016-01-06 16:34:58 +01:00
parent 8782552f45
commit 26280d9083
5 changed files with 33 additions and 10 deletions

View file

@ -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",