Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for coreutils compiled with --enable-single-binary #128

Merged
merged 1 commit into from
Nov 23, 2020
Merged

add support for coreutils compiled with --enable-single-binary #128

merged 1 commit into from
Nov 23, 2020

Conversation

buckley310
Copy link
Contributor

When coreutils is compiled with the --enable-single-binary option, all the individual commands are just symlinks to a larger single binary named "coreutils", the same way that a typical busybox binary works. In this situation, progress gets back the name "coreutils" instead of, for example, "dd" when reading /proc/[pid]/exe.

Unfortunately this means that, on systems with single-binary coreutils, all of your running commands will show up as "coreutils" instead of the command you actually typed.

@Xfennec Xfennec merged commit cb79fc2 into Xfennec:master Nov 23, 2020
@buckley310 buckley310 deleted the enable-single-binary branch November 23, 2020 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants