mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
fix stdbuf problem
This commit is contained in:
parent
70d8864fe1
commit
c5e2515833
2 changed files with 21 additions and 6 deletions
|
@ -329,7 +329,7 @@ sort = { optional=true, version="0.0.9", package="uu_sort", path="src/uu/sor
|
|||
split = { optional=true, version="0.0.9", package="uu_split", path="src/uu/split" }
|
||||
stat = { optional=true, version="0.0.9", package="uu_stat", path="src/uu/stat" }
|
||||
# Very ugly, uncomment when the issue #2876 is fixed
|
||||
stdbuf = { optional=true, version="0.0.8", package="uu_stdbuf", path="src/uu/stdbuf" }
|
||||
stdbuf = { optional=true, version="0.0.9", package="uu_stdbuf", path="src/uu/stdbuf" }
|
||||
sum = { optional=true, version="0.0.9", package="uu_sum", path="src/uu/sum" }
|
||||
sync = { optional=true, version="0.0.9", package="uu_sync", path="src/uu/sync" }
|
||||
tac = { optional=true, version="0.0.9", package="uu_tac", path="src/uu/tac" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue