Skip to content

Commit

Permalink
Merge pull request #128 from buckley310/enable-single-binary
Browse files Browse the repository at this point in the history
add support for coreutils compiled with --enable-single-binary
  • Loading branch information
Xfennec authored Nov 23, 2020
2 parents ea27257 + 04ec03f commit cb79fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit cb79fc2

Please sign in to comment.