summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXfennec <xfennec@cqfd-corp.org>2020-11-23 08:54:00 +0100
committerGitHub <noreply@github.com>2020-11-23 08:54:00 +0100
commitcb79fc2160fd8ccca948543356c4415a8f52790b (patch)
tree37f6b71b4407922880c6ff2cbde985d27a807dde
parentea27257959b9e28b03516b4ea7bd81acbfe2ba37 (diff)
parent04ec03f13d22a61f0f9775c72044272b42e2994b (diff)
Merge pull request #128 from buckley310/enable-single-binary
add support for coreutils compiled with --enable-single-binary
-rw-r--r--progress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progress.c b/progress.c
index ac0f3e0..bc458fb 100644
--- a/progress.c
+++ b/progress.c
@@ -63,6 +63,7 @@ char *default_proc_names[] = {"cp", "mv", "dd", "tar", "cat", "rsync", "scp",
"sha224sum", "sha256sum", "sha384sum", "sha512sum", "adb",
"gzip", "gunzip", "bzip2", "bunzip2", "xz", "unxz", "lzma", "unlzma", "7z", "7za", "zip", "unzip",
"zcat", "bzcat", "lzcat",
+ "coreutils",
"split",
"gpg",
#ifdef __APPLE__