It's only used in a couple of tests, and only in such a way that replacing it with a random command suffices. I also removed a few pointless uses of the variable. Fixes: https://git.lix.systems/lix-project/lix/issues/376 Change-Id: I90aedb61d64b02f7c9b007e72f9d614cc1b37a2e
9 lines
361 B
Markdown
9 lines
361 B
Markdown
---
|
|
synopsis: "Dependency on monolithic coreutils removed"
|
|
category: Development
|
|
cls: [2108]
|
|
credits: vigress8
|
|
---
|
|
|
|
Previously, the build erroneously depended on a `coreutils` binary, which requires `coreutils` to be built with a specific configuration. This was only used in one test and was not required to be a single binary. This dependency is removed now.
|